@charset "utf-8";
/* CSS Document */

html, body, {
	padding:0px;
	margin:0px;
	width: 100%;
    height: 100%;
	overflow:hidden;
	font: 86% Arial, "Helvetica Neue", sans-serif;
}
#customized { 
	width:910px;
	height:525px; /*100%;*/
	overflow:hidden;
}
.content { 
	width:910px;
	height:100%;
	padding-top:100px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:justify;
	color: #333333;
	line-height: 1.5;*/
}

/* BOOKING */

#bookingBG{
	width: 910px;
	height: 70px;
	position: absolute;
	top: 35px;
	text-align: left;
	font-family: sans-serif;
	color: white;
	background: url("../images/booking.gif") no-repeat;
}

#booking{
	width: 910px;
	height: 70px;
	position: absolute;
	top: 35px;
	margin-left: 1px;
	text-align: left;
	color: white;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#booking form div.formEl a.formLink {
	text-decoration: underline;
	cursor: pointer;
	line-height: 20px;
}

#booking form div.formEl a.formLink img {
	float: left;
	padding-top: 4px;
	margin-right: 5px;
	cursor: pointer;
}

#booking form div.formEl {
	float: left;
	height: 40px;
	padding-top: 36px;
	margin-right: 15px;
}


div.formEl.lastEl {
	margin-left: 5px;
	margin-top: 2px;
}

#booking form {
	margin-left: 15px;
}

#arrivo {
	padding-bottom: 5px;
	padding-right: 15px;
	background: white url("../images/icon_calendar.png") no-repeat right;
	padding-left: 5px;
}

#partenza {
	padding-bottom: 5px;
	background: white url("../images/icon_calendar.png") no-repeat right;
	padding-right: 15px;
	padding-left: 5px;
}

input, select, textarea {
background: white;
border: none;
}

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
outline-offset: -2px;
}

.selezione {
font-family: sans-serif;
font-size: 13px;
color: #333;
width: 60px;
}

/*--------------------------------------------------------------------*/