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

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

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

.reservationCancellationVoice {

    text-align : right;
	font-weight : bold;
	padding-right : 6px;
	color : #FFFFFF;
	white-space : nowrap;
}

.submitButton {
    background-color : #FFFFFF;
    border : 1px solid #6E0707;
    color : #6E0707;
    font-size : 11px;
    font-weight : bold;
    float : center;
	padding : 1px;
	margin-top : 10px;
	
}

.reservationCancellationMessage {
  padding:7px;
	font-size:14px;
  color:#CFB034;
  font-weight:bold;
	width:550px;
	margin:0 auto;
	text-align:center;
}
