img {
	border: none;
}
.titolo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000}
.testo { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #353535; text-align: justify}
.titolorosso { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #AD370D; text-align: justify}
.titoletti {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: oblique; font-weight: normal; text-decoration: none}
.piede {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none}

.titolorossogrande { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #AD370D; text-align: justify}


.float-left {
	float: left;
}

.clear-left {
	clear: left;
}

label {
	width: 120px;
	margin-right: 10px;
	display: block;
}

label.grande {
	display: inline;
	width: 500px;
	
}

.nascosto {
	display: none;
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

input {
	width: 120px;
	margin-right: 10px;
}

span.testo-piccolo {
	visibility: hidden;
	display: none;
}


input.check {
	width: auto;
	display: inline;
}

.errore {
	font-weight: bold;
	color: #f00;
	margin-bottom: 5px;
}

a.tutto {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #8E8E8E;
}

a.tutto:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #8E8E8E;
}