.reservationCancellationTableMain {
  width :97%;
	border-collapse : collapse;	
	margin:10px;
}
	
.reservationCancellationTitleContainer {
    background : #a6a6a6; 
    margin : 5px 0; 
    padding : 5px;
}

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

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

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

.submitButton {
    background-color : #e7e7e7;
    border : 1px solid #a6a6a6;
    color : #a6a6a6;
    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%;
}
