
#bookings {
	margin: 15px 0 0 0;
}

#bookings form.inline { display: inline; }
#bookings form.inline p { margin: 4px 0px; }
#bookings form label { width: 120px; float: left; color: #fff; font-weight: bold; text-align: right; padding-right: 10px; }
#bookings form input.txtinput { font-family: verdana, arial, helvetica; border: 1px solid #BEA885; font-size: 11px; background: #000; color: #fff; }
#bookings form textarea.txtarea { font-family: verdana, arial, helvetica; border: 1px solid #BEA885; font-size: 11px; background: #000; color: #fff; }
	
#bookings form #buttsend {
	margin-top: 10px;
	margin-left: 130px;
	color: #ffffff;
	font-weight: bold;
	background-color: #E08503;
	border: 2px solid #D9420B;
}