#cal1Envelope,
#mobilecal1Envelope,
#multipropiedadcal1Envelope
{
	position: relative;
}
#cal1Container,
#mobilecal1Container,
#multipropiedadcal1Container
 {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1000;
}
#cal2Envelope,
#mobilecal2Envelope,
#multipropiedadcal2Envelope
 {
	position: relative;
}
#cal2Container,
#mobilecal2Container,
#multipropiedadcal2Container
 {
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
#cal1Envelope .calbutton,
#cal2Envelope .calbutton{
	cursor: pointer;
}

#show1up,
#show2up{
	cursor: pointer;
}

.bookingformcontainer,
.bookingform
{
	font-family: Arial, Helvetica, sans-serif;
}

.bookingform input,
.bookingform select{
  border-color: #C0C0C0 #D9D9D9 #D9D9D9;
}

/*
input[type="email"], input[type="password"], input[type="text"], input[type="url"] {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #C0C0C0 #D9D9D9 #D9D9D9;
  border-radius: 1px 1px 1px 1px;
  border-right: 1px solid #D9D9D9;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  margin: 0;
  padding-left: 8px;
}
*/


.bookingformcontainer p{
	clear:both;
	color: #444444;
	font-size: 11px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}
.bookingform label{
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 3px;
    text-align: right;
}
.bookingform .inputcontainer{
	float: left;	
    height: 25px;
    margin: 0;
    padding: 0;
}

.bookingform .inputcontainer input{
    float: left;
    font-size: 11px;
    height: 14px;
	margin: 0px;
    margin-right: 5px;
    padding: 2px 5px;
    width: 98px;	
}
.bookingform .submit{

}

.bookingform .submit input{
    text-transform: uppercase;
    width: 188px;
}

/* Adaptaciones del formulario para integrarlo en la web */
.bookingform .submit {
    float: left;
    margin: 0;
    padding: 0;
    width: 150px;
}
.bookingform .submit input{
    margin-left: 5px;	
}
.bookingformcontainer p{
	width: 188px;	
}
.bookingformcontainer {
    width: 209px;
}

.bookingformcontainer .yui-skin-sam .yui-calendar .calheader{
	background-color: transparent;
	color: #000;
}
.bookingformcontainer  .yui-skin-sam .yui-calendar .calweekdayrow th{
	background-color: transparent;
}
.bookingformcontainer .filtros{
	clear: both;
	height: 27px;
}
.bookingformcontainer .filtros .input{
	clear: none;	
	float: left;
}


/* ---------------------------------------------- */
/* Colores. Modificar A PARTIR DE ESTE PUNTO      */
/* ---------------------------------------------- */
/* Contenedor general formulario reserva */
.bookingformcontainer{
	background-color: transparent;
	width: 600px;
}
.bookingformcontainer .filtros .input {
	clear: both;
	padding-bottom: 5px;
}
.bookingform .formend{
	padding-top: 21px;	
}

/* Nombre de los campos. Arrival, departure.... */
.bookingform label{
	color: #555555;
	width: 76px;
}

/* Campos de fecha */
.bookingform .inputcontainer input{
	background-color: #fff;
	color: #000033;
}

/* Botón de reservar. Colores y bordes */
.bookingform .submit input {

}

/* Frase mejor precio garantizado */
.bookingformcontainer p{
	color: #000033;	
	display: none;
}

/*
.w-button,
.bookingform .submit input
{
	-moz-transition: all 0.218s ease 0s;
	-moz-user-select: none;
	background-color: #9c4cab;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#9c4cab),to(#9148ae));
	background-image: -webkit-linear-gradient(top,#9c4cab,#9148ae);
	background-image: -moz-linear-gradient(top,#9c4cab,#9148ae);
	background-image: -ms-linear-gradient(top,#9c4cab,#9148ae);
	background-image: -o-linear-gradient(top,#9c4cab,#9148ae);
	background-image: linear-gradient(top,#9c4cab,#9148ae);	
	border: 1px solid #965b9f;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	cursor: default;
	display: inline-block;
	font-weight: bold;
	overflow: visible;
	padding: 0 8px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
*/
