.reservationCancellationTableMain {
    width :auto;
	border-collapse : collapse;	
	margin:0 auto;
}
	
.reservationCancellationTitleContainer {
    background : #A8340B; 
    margin : 5px 0; 
    padding : 5px;
}

.reservationCancellationTitle {
    font-size : 11px;
    color : #ffffff;
    font-weight : bold;
	text-transform : uppercase;
}

.reservationCancellationDescription {
    text-align : center;
	width:auto;
	color : #A8340B;
	line-height:18px;
}

.reservationCancellationVoice {
    background-color : #eff0f3;
    text-align : right;
	font-weight : bold;
	padding-right : 6px;
	color : #A8340B;
	border-bottom:1px solid #B19F69;
	white-space : nowrap;
}

.submitButton {
    background-color : #e4decb;
    border : 1px solid #A8340B;
    color : #A8340B;
    font-size : 11px;
    font-weight : bold;
    float : right;
	padding : 1px;
	margin-top : 2px;
}

.reservationCancellationMessage {
    padding : 5px;
	font-size : 11px;
    color : #990000;
    font-weight : bold;
	width :100%;
}
