@import url(http://www.airhotel.it/css/screen.css);

/* ###### Default tag ###### */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #393B30;
	background-color: #F7F6D8;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* ###### 
	Tipografia
	###### */
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.6em;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.4em;
}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.2em;
}
p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.8em;
}
address {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.8em;
	font-style: normal;
}


/* form prenotazione micros fidelio */


#sform {
	margin:0;
	padding:0;
	width:165px;
}


#sform *{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	
	}



#sform table, #sform th, #sform td{
	margin:0;
	padding:0;
	} 
	
#sform td{
	padding-bottom:5px !important;
	}

#sform td b{
	font-weight:normal;
	}

 #sform input{
	border:1px solid #6f5e4e;
	}

 #sform select{
	border:1px solid #6f5e4e;
	border-right:none;
	}