#bookingbox{
	float: right;
	background: url(bg-bookingbox.gif) repeat-x top;
	border: 1px solid #bbb;
	padding: 5px;
	width: 359px;
	margin-bottom: 12px;
}

#bookingbox h3{
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #004362;
	margin-bottom: 2px;
}

#bookingleft{
	width: 246px;
}

#bookingdates{
	height: 25px;
}

#bookingdatein, #bookingdateout{
	float: left;
	margin-right: 5px;
}

#datein_text, #dateout_text{
	padding: 2px;
	width: 88px;
	background: #fff url("cal2.gif") no-repeat 3px 3px;
	padding-left: 24px;
	text-align: left;
	font-size: 11px;
	border: 1px #ccc solid;
	color: #666;
	cursor: pointer;
} 


#bookingoptions{
	clear: both;
}

#bookingrooms{
	float: left;
	margin-right: 5px;
}

#bookingrooms, #bookingadults{
	float: left;
	padding: 1px 4px;
	padding-bottom: 2px;
	width: 106px;
	background: #fff;
	border: 1px #ccc solid;
}

#bookingrooms p, #bookingadults p{
	float: left;
	color: #666;
	width: 70px;
	line-height: 10px;
}

#bookingrooms select, #bookingadults select{
	float: right;
	font-size: 10px;
}

#bookingbuttons{
	position: absolute;
	margin-left: 242px;
	width: 110px;
	height: 54px;
	padding-left: 4px;
}

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

#bookingsubmit{
	background: #004362 url(arrow-dotted.gif) no-repeat 4px 7px;
	width: 110px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 4px;
	padding-left: 20px;
	border: 0;
	margin-bottom: 5px;
	cursor: pointer;
}

#bookingmodify{
	width: 110px;
	background: #004362;
	padding: 4px 0px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	border: 0;
	cursor: pointer;
}

