.reservationCancellationTableMain {
    width :560px; /* step +10px */
	border-collapse : collapse;	
	margin-left:0px;
}
	
.reservationCancellationTitleContainer {
    background : #525339; 
    margin : 5px 0; 
    padding : 5px;
}

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

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

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

.submitButton {
    background-color : #bcbe9f;
    border : 1px solid #525339;
    color : #525339;
    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 :560px; /* step +10px */
	margin-left:0px;
}
