.booking_form_submit {
	cursor: pointer;
	float: left;
	background: transparent url('../img/booking_form/button_bg.png') no-repeat 0 top;
	width: 83px;
	height: 34px;
	margin: 15px 10px 10px 85px;
	text-align: center;	
}
.booking_form_submit:hover {
	background: transparent url('../img/booking_form/button_bg.png') no-repeat 0 bottom;
}

.booking_form_submit SPAN {
	font-size: 1em;
	color: #787878;
	text-shadow: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 34px;
}

/* Small form */

#booking_form_small {
	clear: both;
	float: left;
	width: 220px;
	margin: 5px 0px 0px 0px;
	display: inline;
}

#booking_form_small .hr {
	clear: both;
	float: left;
	width: 220px; 
	height: 5px;
	margin: 5px 0px 5px 0px;
	display: block;
}

#booking_form_small .label {
	float: left;
	width: 85px;
	height: 25px;
}

#booking_form_small .even {
}

#booking_form_small .label SPAN {
	font-size: 1em;
	color: #000000;
	line-height: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

#booking_form_small .field {
	float: left;
	width: 130px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
}

#booking_form_small .field DIV {
	float: left;
	margin-top: 3px;
}

#booking_form_small .field .datepicker {
}

#booking_form_small .field .datepicker IMG {
	margin-left: 2px;		
}

#booking_form_small .field INPUT.datepicker {
	float: left;
	font-size: 0.9em;
	color: #787878;
	padding: 2px 3px 2px 3px;
	border:1px solid #e4e3e3;
}

#booking_form_small .field SELECT {
	float: left;
	font-size: 0.9em;
	color: #787878;
	padding: 0;
}

#booking_form_small .checkin_fulldate,
#booking_form_small .checkout_fulldate {
	float: left;
	font-size: 0.75em;
	color: #000000;
	margin: 1px;
	width: 130px;
}

#booking_form_small .child_ages {
	float: left;
	clear: both;
	color: #292929;
}

#booking_form_small .child_ages LABEL {
	float: left;
	clear: both;
	margin: 5px;
}

#booking_form_small .child_ages SELECT {
	float: left;
	margin: 2px;
}
