﻿#bookingformform{
	/*background: url('../images/banner_sl.jpg') repeat-x;*/
	background-color : #ffffff;
	font-family: verdana;
	font-size: 10px !important;
	width: 225px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 0px;
	overflow: hidden;
}
#bookingformform #DatesForm{
overflow:hidden;
width:230px;
	}
#bookingformform .search_title{
width:220px;
float:left;
clear:left;
margin-bottom:5px;
font-size: 14px;
font-weight: bold;
white-space: nowrap;  
color:#FFFFF0;    
text-align:center;
background:#ffffff;
padding:2px 0;
border:1px #FFFFF0 solid
}
#bookingformform label{
margin-bottom:3px;
clear:both;
float:left;
width:65px;
padding-top:3px;
font-weight: bold;   
color:#4D236B ;
} 

#bookingformform .date_select{
float:left;
display:inline;
margin:0 0 5px 5px;
width:80px;
clear:none;
padding:0;
font-family:verdana;
font-size:9px !important;
}

#bookingformform .day_select{
float:left;
display:inline;
margin:0 0 5px 5px;
width:44px;
clear:none;
padding:0;
font-family:verdana;
font-size:9px !important;
}
input.booknow{
	font-variant: small-caps ;
	color: #4D236B ;
	background: #FFFFFF;
	border: 2px solid #4D236B;
	font-size: 14px;
	padding: 10px;
	cursor:pointer;
	font-weight:bold;
}

