#bookingbox{
	float: right;
	padding: 10px 10px 0px 10px;
	background: #222;	
	width: 235px;
	height: 125px;	
	margin: 8px 8px 0px 0px;
}

#bookingbox h3{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -1px;
	margin-bottom: 5px;
	float: left;
}

#bookingbox div.faqs{
	float: right;
	width: 60px;
	font-size: 11px;
	text-align:center;
	line-height: 12px;
	padding: 3px;
	background: #111;
}

#bookingbox div.faqs a{
	color: #ccc;
	text-decoration:none;
}
#bookingbox div.faqs a:hover{
	color: #fff;
}

#bookinghotels{
	margin-bottom: 8px;
}

#bookinghotels select{
	font-size: 11px;
	color: #666;
}

#bookingdatein, #bookingdateout, #bookingrooms, #bookingadults{
	float: left;
	margin-right: 5px;
	width: 108px;
}

#datein_text, #dateout_text{
	float: left;
	padding: 2px;
	width: 85px;
	background: #fff url("cal2.gif") no-repeat 3px 3px;
	padding-left: 24px;
	text-align: left;
	font-size: 11px;
	color: #666;
	margin-bottom: 8px;
	cursor: pointer;
} 


#bookingoptions{
	clear: both;
	height: 27px;
	border-bottom: 1px #333 solid;
}

#bookingrooms p, #bookingadults p{
	float: left;
	font-size: 10px;
	color: #fff;
	width: 65px;
	line-height: 11px;
}

#bookingrooms select, #bookingadults select{
	font-size: 10px;
	width: 34px;
}

#bookingbuttons{
	clear: both;
	padding-top: 4px;
}

#bookingbuttons input{
	font-family: Arial, Helvetica, sans-serif;
}

#bookingsubmit{
	float: left;
	background: transparent url(arrow-dotted.gif) no-repeat 0px 4px;
	border: 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	width: 90px;
	padding-left: 14px;
	cursor: pointer;
}

#bookingmodify{
	font-size: 11px;
	float: right;
	margin-right: 10px;
	color: #fff;
	background: transparent;
	border: 0;
	padding: 2px;
	width: 100px;
	cursor: pointer;
}


