.reservationCancellationTableMain {
  width:600px;
	border-collapse:collapse;
	margin:25px;
}

.reservationCancellationTitleContainer {
  background : #002D68;
  margin : 5px 0;
  padding : 5px;
}

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

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

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

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