body { 
	background-color: #d0d0d0;
	background-position: left top;
	margin: 0 0 0 0;
}

p {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000;
	line-height: 12px;
	text-align: justify;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

h1 {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #ff3c00;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.testo_normale {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.informativa {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #1170cf;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.informativa_small {
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

form {
margin: 0px;
}

.testo_modulo {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	vertical-align: baseline;
	color: #000;
}

.invia {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	width: 300px;
	height: 24px;
	background-color: #fff; 
	border: 1px solid #aaaaaa;
}
.chiudi {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	width: 300px;
	height: 24px;
	background-color: #fff; 
	border: 1px solid #aaaaaa;
}

.caselle {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000;
	width: 205px;
	height: 20px;
	vertical-align: baseline;
	background-color: #fff; 
	border: 1px solid #aaaaaa;
}
.partecipanti {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000;
	width: 132px;
	height: 20px;
	vertical-align: baseline;
	background-color: #fff; 
	border: 1px solid #aaaaaa;
}

.caselle:hover {
	border: 1px solid #ff3c00;
}
.caselle:focus {
	border: 1px solid #666;
}

a:link, a:visited {
	color: #1170cf;
	
}
a:hover {
	color: #004494;
}