/* CSS Document */ 

body {
	font-size:76%;
	font-family: Arial, Helvetica, sans-serif;
}

#registrazione {
	padding-left: 30px;
}
#registrazione input.campi, #registrazione select.campi {
	background-color: #f2f2f2;
	border: 2px solid #d0cece;
	color: #1886bf;
	margin-top: 5px;
	margin-bottom: 8px;
}
#registrazione textarea.campi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f2f2f2;
	border: 2px solid #d0cece;
	color: #1886bf;
	margin-top: 5px;
	margin-bottom: 8px;
}
#registrazione .reset {
	background-image: url(../images/cnt/reg_reset.gif);
	background-repeat: no-repeat;
	border: 0;
	text-align: left;
	color: #FFF; 
	padding: 3px 10px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	width: 112px;
	height: 32px;
	margin-right: 20px;
}
#registrazione .invia {
	background-image: url(../images/cnt/reg_invia.gif);
	background-repeat: no-repeat;
	border: 0;
	text-align: left;
	color: #FFF; 
	padding: 3px 10px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	width: 112px;
	height: 32px;
}
