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

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

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

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

.submitButton {
    background-color : #d3d9e2;
    border : 1px solid #405062;
    color : #405062;
    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 :740px; /* step +10px */
	margin-left:16px;
}
