/* Booking */
.booking {
	position:absolute;
	top: 160px;
	z-index:800;
	background:none;
	color:#F00;
}

#form-container {
	position: absolute;
	width: 214px;
	height: 280px;
	padding:20px;
}

#form-container .bkg {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 254px;
	height: 320px;
	background-color: #FFFFFF;
	opacity: 0.80;
	filter: alpha(opacity=80);
	top: 0px;
	z-index:-1000;
}

#form-container h10 {
	font-family:Helvetica, Arial;
	font-size:28px;
	color:#2F74C1;
	margin: 0 0 0 0;
	margin-bottom:15px;
}

.titulo {
	font-family:Helvetica, Arial;
	font-size:28px;
	color:#2F74C1;
	margin: 0 0 0 0;
	margin-bottom:15px;
	text-transform:none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

#form-container fieldset {
	height:35px;
	width:210px;
	float:left;
	border:none;
}

input[type="text"].calendario{
    position: relative;
    float: left;
    width: 196px;
    height: 35px;
	background-color:#2F74C1;
    border:none;
	margin-bottom:15px;
}

input[type="text"].inputTxt{
    font-family: Helvetica, Arial;
    font-size: 18px;
    color:#fff;
    padding: 0 0 0 15px;
    font-weight: normal;
    line-height: 20px;
}
.fieldtext{
	font-family:Helvetica, Arial;
	font-size:18px;
	color:#2F74C1;
	text-transform: none;
}
.telefonos{
	font-family:Helvetica, Arial;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#2F74C1;
	text-transform: none;
	margin-top:15px;
	float:left;
	width:100%;
}

input[type="submit"].btnSubmit {
    position: relative;
    float: left;
    width: 210px;
    height: 35px;
    background: url(https://www.simpsonbayresort.com/images/bgBtnFormgreen.png) no-repeat center center;
    border:none;
    cursor: pointer;
	font-family:Helvetica, Arial;
	color:#FFF;
	font-size:18px;
	text-transform: none;

}
