/*Classi standard*/
body {
	margin:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;	font-size: 13px;
}
input, textarea, td, select, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;	font-size: 13px;
}
form{
	margin:0px;
	padding:0px; 
}
.submit{
	background:none;
	background:url(../img/prenota.png) no-repeat;
	font-weight:bold;
	color:#FFF;
	font-size:16px;
	width:177px; height:31px;
	border:none;
	cursor:pointer;
 }
table.dettagli{
	padding:0px;
}
.etichetta{
	text-align:right;
	font-weight:bold;
	padding-right:2px;
}
td.poweredBy{
	border-bottom:2px solid #0F4971;
	padding:10px;
	background-color:#0F4971;
	color:#FFFFFF;
	text-align:right;
}
input#Arrivo, input#Partenza{
	background:none;
	border:none;
	background:url(../img/medium.png) no-repeat;
	width:126px; height:17px;
	line-height:17px;
	padding:5px;
}
div.Camere{
	margin-left:0px;
	width:200px;
}
#trattamento {background:url(../img/large.png) no-repeat; width:203px; height:27px;}
#trattamento select {
	background:none;
	padding:0px;
	border:none;
	width:189px; height:17px;
	line-height:17px;
	margin:5px;
}
a { color:#069;}
