#splash_content_left {
	float: left;
	height: 400px;
}


#hotel_reservation {
	width: 630px;
	float: left;
	padding-right: 5px;
	padding-left: 10px;
}

#hotel_reservation input {
	font-size: 13px;
	color: #888;
	border: 1px solid #ccc;
}

.obbligatorio {
	border: 3px solid #ccc;
}

#hotel_reservation select {
	font-size: 13px;
	color: #888;
}

#hres_head {
	width: 620px;
	background-color: #efefef;
	padding: 8px;
	
}


#hres_body {
	width: 614px;
	border: 1px solid #efefef;
	border-bottom: 3px solid #efefef;
	padding: 10px;

}

#hres_body table {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}


#destinazione {
	width: 290px;
}

#arrivo, #partenza {
	width: 80px;
}



