/*------------- corpo principale --------------*/
BODY {
	scrollbar-track-color : #FFFFCC;
	scrollbar-face-color : #652623;
	scrollbar-arrow-color : White;
}

.corpo { 
   	background: url(images/background_2.jpg);
	background-repeat: no-repeat;
}

.testo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FBE4A1;
	line-height: 30px;
}

.titolo {
	FONT-SIZE: 17px
}

.note {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FBE4A1;
	line-height: 30px;
}

.note:link {
	color: #FBE4A1;
	font-weight: bold;
}

.piedipagina {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: #FBE4A1;
	line-height: 25px;

}

.piedipagina:link {
	color: #FBE4A1;
	text-decoration:underline;
	font-weight: bold;
}

.piedipagina:visited {
	color: #FBE4A1;
	text-decoration:underline;
	font-weight: bold;
}

/*------------- form prenotazione --------------*/
.cornice {
		background-color: White;
	   border-color: #652623;
		border-bottom-style: double;
}

.pulsante  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:white;
	border-right: 1px solid;
	border-top:1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #FBE4A1;
	background:#54201D;
	width: 150px;
	text-align: center;
	position: relative;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;


}

textarea  {
   font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #652623;
	border-right: 1px solid;
	border-top:1px solid; 
	border-left: 1px solid; 
	border-bottom: 1px solid; 
	border-color: #652623;
}
	
input  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #652623;
	border-right: 1px solid;
	border-top:1px solid; 
	border-left: 1px solid; 
	border-bottom: 1px solid; 
	border-color: #652623;
}

.etichette {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #652623;
	line-height: 30px;
}

.etichette_piccolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #652623;
	line-height: 30px;
}

.ok {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #54201D;
	line-height: 30px;
}

.ok:link {
	color: #54201D;
	text-decoration: none;
}

/*------------- homepage --------------*/

.language {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 14px;
	color: #FBE4A1;
	font-weight: bold;
	text-decoration:none;
}

.language:hover {
	color: #54201D;
}

.powered {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FBE4A1;
	padding-left: 10px;
}

.powered:link{
	text-decoration: none;
	color:#FBE4A1; 
}

.nascosto{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 3px;
	color: #8D3632;
}

.testo_mercurio {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	color: #FBE4A1;
	padding-left: 5px;
	padding-right: 5px;
}

.none {
	border: none;
}

.mercurio {
	cursor: hand;
}