/* BOOKING FORM */

#booking-form {
	position:relative;
	z-index:203;
	top:-40px;
	left:203px;
	background:#B4872D;
	border:1px solid #DFA738;
	width:754px;
	height:38px;
}
#bf h4 {
	color:#FFFFFF;
	font-family:Georgia, serif;
	font-size:18px;
	font-weight:normal;
	float:left;
	padding:10px 20px 0 10px;
}
#bf label.DatePicker {
	margin:0px;	
}
#bf input#DatePicker {
	width:80px;
	background:#D9CAA8;
	border:1px solid #90968B;
	height:16px;
	position:relative;
	float:left;
	margin: 0;
	margin-right:15px;
	padding:1px;
}
#bf #datepicker-holder {
	margin-top:3px;
	margin-right:10px;
	float:left;
}
#bf label {
	color:#FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	margin-right: 5px;
	text-align: left;
	display: block;
}
#bf input, #bf select {
	border:none;
	color:#3B2C0F;
}
#bf input[type=text] {
	margin: 0;
	padding: 2px;
}
#bf .HotelList {
	display:none;
}
#bf input#AccessCode {
	background:#D9CAA8;
	border:1px solid #90968B;
	width:60px;
	height:14px;
	position:relative;
	float:left;
	top:0px;
	margin: 0;
	padding: 2px;
	margin-right:9px;
}
#bf select {
	width:49px;
	height:18px;
	margin-right:10px;
}
#bf fieldset div {
	float:left;
}

#bf fieldset div.date-picker {
	margin:0px;
}

#bf fieldset div.nbdays, #bf fieldset div.adulteresa, #bf fieldset div.enfantresa {
}

#bf fieldset div.from {
	position: absolute;
	left: -9999px;
}

#bf fieldset .submit .btn_book {
	width:91px;
	height:28px;
	border:none;
	cursor:pointer;
	margin:4px 13px 0 4px;
	color:#000000;
	font-family:Georgia, serif;
	font-size:15px;
	font-weight:normal;
	background:url(../images/bf_submit.jpg) no-repeat;
}
#bf fieldset .submit .btn_book:hover {
	color:#FFFFFF;
}
#bf fieldset .control {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top: 13px;
}
#bf .symlink,
#bf .symlink:hover,
#bf .symlink.hover {
	color:#FFFFFF;
	cursor: pointer;
	text-decoration: none;
	font-size:14px;
}

a.date-picker-control:link, a.date-picker-control:visited {
	margin:0px;
}


/* ------------------------ */
/* STYLISH SELECT			*/
/* ------------------------	*/
.stylish-select ul.newList {left:-9999px;}
ul.newList a, ul.newList a:visited { color:#3B2C0F; text-decoration:none; display:block; }
ul.newList { margin:0; padding:0; list-style:none; color:#C0B9A0; width:47px; background:#D9CAA8; position:absolute; border:1px solid #90968B; top:0px; left:0; overflow:auto; z-index:9999; }
.newListSelected { width:49px; height:17px; padding:3px 0 0 6px; float:left; background:url(../images/bf_select.jpg) no-repeat; }
.newListSelected span { width:49px; display:block; }
ul.newList li a { padding:3px 8px; display: block; }
ul.newList li a:focus { -moz-outline-style: none; }
.selectedTxt { width:41px; overflow:hidden; height:17px; color:#3B2C0F; }
.hiLite { background:#B4872D !important; }
.hiLite a { background:#E1DDD0 !important; }
.newListHover { background:#E1DDD0 !important; cursor:default; }
.newListSelHover, .newListSelFocus { background-position:0 0px; cursor:default; }

