body{
	padding:0;
	margin:0;
	font-family:"Trebuchet MS",Verdana,Arial;
	font-size:12px;
}
#page{
	margin:0 auto;
	width:980px;
}
#header{
	background:#19171c url('images/header.jpg') no-repeat left;
	width:750px;
	height:96px;
	margin-left:115px;
	margin-top:10px;
}
#intro{
	width:750px;
	margin:20px 0 20px 115px;
	clear:both;	
}
#campi{
	width:750px;
	margin:20px 0 20px 115px;
	clear:both;
}
#nome, #cognome, #citta, #email{
	width:350px;
}
#nome, #cognome{
}
#citta, #email{
	margin:10px 0;
}
#nome, #citta{
	float:left;
} 
#cognome, #email{
	float:right;
}
#informativa{
	padding:10px;
	overflow:auto;
	width:710px;
	height:82px;
	margin:20px 0;
	border:1px solid #e6ddd5;
	text-align:justify;
}
span.nota{
	font-size:10px;
}
#annulla-iscrizione{
	clear:both;
	margin-top:40px;
	text-decoration:none;
	color:#19171c;
}
#annulla-iscrizione a{
	color:#19171c;
}
#torna{
	clear:both;
	margin-top:40px;
	text-decoration:none;
	color:#19171c;
}
#torna a{
	color:#19171c;
}
label.error{
	clear:both;
}

