.reservationCancellationTableMain {
    width :auto; /* step no - fixed width */
	border-collapse : collapse;	
	margin-left:auto;
	margin-right:auto;
}
	
.reservationCancellationTitleContainer {
    background : #a71500; 
    margin : 5px 0; 
    padding : 5px;
}

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

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

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

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

.reservationCancellationMessage {
    padding : 5px;
	font-size : 11px;
    color : #FFC900;
    font-weight : bold;
	width :auto; /* step no - fixed width */
	border-collapse : collapse;	
	margin-left:auto;
	margin-right:auto;
}
