/* CSS Document */

#superiore {
	width: 760px;
	height: 290px;
	float:left;
	background-image: url(../images/toppone_informazioni.jpg);
	background-repeat: no-repeat;
}
#centrale {
	width: 760px;
	height: auto;
	float: left;
	background-image: url(../images/sfondo_tabella_contatti.jpg);
	background-repeat: repeat-y;
}
#tabellaForm {
	width: 597px;
	border: 1px dashed #993300;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
td {
	vertical-align: top;
	margin-bottom: 10px;
}
input {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border: 1px solid #993300;
	margin-bottom: 5px;
	margin-top: 5px;
}
#faq {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FF220D;
	margin-top: 15px;
	margin-left: 20px;
}

select {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #993300;
	margin-bottom: 5px;
}
#tdDidascalie {
	font-family: Tahoma;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-top: 4px;
}

textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #993300;
	margin-bottom: 5px;
}
ul {
	list-style-image: url(../images/puntino_elenco.gif);
	list-style-position: outset;
}
p {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 6px;
}
p:hover {
	color: #990000;
}
