#bookingFormContainer {
	width: 314px;
	height: 388px;
	float:left;
	position: relative;
	margin-right: 5px;
	border:4px solid #F3F3F3;
	-moz-border-radius:8px 8px;
	-webkit-border-radius:8px 8px;
	border-radius: 8px 8px;
	background-color:#FFFFFF;
	margin-top:6px;
}

#booking {
	width: 314px;
	height: 388px;
	/*background: url("images/bookingBG.gif");*/
	display: block;
	position: relative;
	z-index: 1;
	
}

#booking fieldset {
	height: 100%;
	position: relative;
}

#booking #booking_aparthotel_contenedor {
	height: 50px;
	position: absolute;
	width: 100%;
	top:55px;
}

#booking .contenedor {
	padding: 6px 0 0 15px;
	position: relative;
}

#booking .contenedor label {
	width: 100%;
	display:block;
	font-size: .9em;
	padding-bottom: 3px;
}

#booking .contenedor select {
	height: 20px;
	padding-top: 3px;
	width: 255px;
	border:1px inset #666666;
}

#booking .contenedor input {
	height: 17px;
	padding-top: 3px;
	width: 90px;
	text-align: center;
	border:1px inset #666666;
}

#booking #booking_dateIn_contenedor {
	height: 54px;
	position: absolute;
	width: 140px;
	top:110px;
}

#booking #booking_dateOut_contenedor {
	height: 54px;
	position: absolute;
	width: 140px;
	top:110px;
	left:160px;
}

#booking .CampoFecha .botonFecha span {
	display: none;
	
}

#booking .CampoFecha .botonFecha {
	cursor:pointer;
	width: 23px;
	height: 20px;
	background: url("images/calButton.gif") no-repeat top left;
	position: absolute;
	top: 23px;
	left:115px;
	border:1px solid #CCCCCC;
}

#booking .contenedorbotonsubmit {
	height: 40px;
	width: 314px;
	padding: 0;
	position: absolute;
	top:340px;
	left:0;
}


#booking .contenedorbotonsubmit .submit {
	/*background: url("images/bookingSubmit.gif") no-repeat top left;*/
	
	border:0px;
	width: 123px;
	height: 23px;
	display: block;
	position: absolute;
	top:15px;
	right:15px;
	cursor:pointer;
	text-align: center;
	color:#FFFFFF;
	line-height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color:#E56E1C;
	-moz-border-radius:8px 8px;
	-webkit-border-radius:8px 8px;
	border-radius: 8px 8px;
}

#bookingTitle {
	color:#E56E1C;
	text-align: center;
	position: absolute;
	top:15px;
	left:0;
	z-index: 10;
	width: 314px;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	font-size: 1.3em;
	font-weight:normal;
	text-transform:uppercase;
	border-top:4px solid #F3F3F3;
	border-bottom:4px solid #F3F3F3;
}

#enlace_infantil {
	position: absolute;
	width: 314px;
	height: 24px;
	top:278px;
	z-index: 11;
	overflow: hidden;
	text-align: center;
	/*color:white;*/
	overflow: 	hidden;
}
#enlace_infantil  a{
	/*color:#666666;*/
	line-height:24px;
	padding:6px 0px 6px 28px;
	height:24px;
	background: url("images/osito_infantil.png") no-repeat center left;
}

.separador_booking{
	height:1px;
	color:#CCCCCC;
	width:96%;
	left:2%;
	border-top:1px solid #CCCCCC;
	}
#separador1{
	position:absolute;
	top:108px;
	z-index:12;
	}
#separador2{
	position:absolute;
	top:172px;
	z-index:12;
	}
#separador3{
	position:absolute;
	top:367px;
	}

#bookingSlogan {
	position: absolute;
	width: 314px;
	height: 50px;
	top:294px;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	color:#999999;
	overflow: 	hidden;
}

#bookingSlogan span {
	background-color:#FFFFFF;
	padding: 10px;	
	display: block;
	position: relative;
	top: 20px;
	line-height: 1em;
	font-size: 1em;
}

#booking #booking_numapartments_contenedor {
	position: absolute;
	top:190px;
	left:0;
	width: 290px;
}

#booking #booking_numapartments_contenedor select {
	width: 40px;
	position: absolute;
	right:0;
	top:0;	
}

#booking #booking_numpax_contenedor {
	position: absolute;
	top:220px;
	left:0;
	width: 290px;
}

#booking #booking_numpax_contenedor select {
	width: 40px;
	position: absolute;
	right:0;
	top:0;	
}


#booking #booking_numchild_contenedor {
	position: absolute;
	top:250px;
	left:0;
	width: 290px;
}

#booking #booking_numchild_contenedor select {
	width: 40px;
	position: absolute;
	right:0;
	top:0;	
}

