/* @group Guest comments */

/*form#guest-comments legend {
	display: none;
}

form#guest-comments #name {
	background: url(../images/name.png) no-repeat scroll 3px center;
	width: 100px;
	height: 18px;
	border: 0;
	background-color: #570404;
	color: #CCCCCC;
	font-size: 1.3em;
	font-weight: normal;
	padding: 7px 0 5px 40px;
}

form#guest-comments #email {
	background: url(../images/email.png) no-repeat scroll 3px center;
	width: 200px;
	height: 18px;
	border: 0;
	background-color: #570404;
	color: #CCCCCC;
	font-size: 1.3em;
	font-weight: normal;
	padding: 7px 0 5px 40px;
	margin-left: 7px;
}

form#guest-comments #comment {
	margin-top: 8px;
	margin-bottom: 8px;
	width: 370px;
	height: 91px;
	border: 0;
	background-color: #570404;
	color: #CCCCCC;
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
}


form#guest-comments .button {	
	width:108px;
	height:38px;
	background: none;
	border:none;
	cursor:pointer;
}

.btn_send_guest{
	margin-top: 10px;
	width:108px;
	height:38px;
	background: url(../images/button-send.png) no-repeat;
	border:none;
	cursor:pointer;
}

form#guest-comments label {
	color: #26140C;
	font-size: 1.2em;
}*/

/* @end */

/* @group Booking online */

#booking{
	width: 235px;
	height: 250px;
	padding:5px; 
	border: 1px solid #C7B472;
	margin-top:16px;
}

form#booking-form {
	width: 235px;
	height: 220px;
	position: relative;
}

form#booking-form legend {
	position: absolute;
	top: 0;
	left: 0;	
}

form#booking-form legend span {
	display: block;
	padding: 8px 0 8px 10px;
	width: 225px;
	height: 23px;
	background: url(../images/booking-online-bg.png) no-repeat scroll top center;
	font: 2.1em "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-weight: bold;
	font-style: italic;
	color: #810706;
	background-color: transparent;
}

form#booking-form .hotel-name-container {
	position: absolute;
	left: 0;
	top: 42px;
	width:120px;
}

form#booking-form .hotel-name-container  .selector{
	width:124px !important;
}

form#booking-form .check-in-container {
	position: absolute;
	left: 0;
	top: 87px;
}

form#booking-form label {
	display: block;
	color: #9F893E;
	padding: 0 0 5px 0;
	font-size: 1.2em;
}

form#booking-form #date-pick {
	width: 90px;
	height: 14px;
	padding: 2px 8px;
	color: #867332;
	margin: 0;
	font-size: 1.1em;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #C7B472;
	background: url(../images/calendar-bg.png) no-repeat scroll right center;
}

form#booking-form .adulteresa-container {
	position: absolute;
	right: 1px;
	top: 101px;
}

form#booking-form .nbdays-container {
	position: absolute;
	left: 0px;
	top: 131px;
}

form#booking-form .enfantresa-container {
	position: absolute;
	right: 1px;
	top: 131px;
}

form#booking-form .buttons {
	position: absolute;
	left: 0px;
	top: 171px;	
}

form#booking-form .buttons .options {
	padding: 14px 0 0 10px;
	font-weight: bold;
}


form#booking-form .buttons .button {
	width:108px;
	height:38px;
	background:none;
	border:none;
}

.btn_send{
	width:108px;
	height:38px;
	margin-top:5px;
	background: url(../images/button-reserve.png) no-repeat;
	border:none;
	cursor:pointer;}

/* @end */
