@CHARSET "ISO-8859-1";
/*
Specific to the booking application controls
*/
	
.imp_note
{
	font-size: 10px;
}
.table_full{
	width: 100%;
}
.traveller_table{
	width:100%;
}

.prompt_cell{
	width:30%;	
}
.prompt_cell_book_short{
	width:15%;	
}
.prompt_cell_book_long{
        width:22%;
}


.hide{
	display:none;
}
.new_customer{
	color:#DB258A;
}

.widget{
	font-size:8pt;
}

.menulinks{
	float:right;
	font-weight: bold;
}

.err_msg{
	color:#D96A7D;
	width: 652px;
}

.widget_btn{
	display:block;
	padding:0;
	float:left;
	
	margin:0;
	width:auto;
	height:auto;
	font-size:9px;
	overflow:visible;
}
.pointer{
	cursor:pointer;
}
