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

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

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

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

.submitButton {
  background-color : #ecebdf;
  border : 1px solid #757255;
  color : #757255;
  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:280px;
}
