.reservationCancellationTableMain {
    width :100%;
	border-collapse : collapse;	
}
	
.reservationCancellationTitleContainer {
    background : #005306; 
    margin : 5px 0; 
    padding : 5px;
}

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

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

.reservationCancellationVoice {
    background-color : #8dbe95;
    text-align : right;
	font-weight : bold;
	padding-right : 6px;
	color : #005306;
	border-bottom:1px solid #60a46b;
	white-space : nowrap;
}

.submitButton {
    background-color : #8dbe95;
    border : 1px solid #005306;
    color : #005306;
    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 :100%;
}
