/* CSS2 Style powerd by That's Web, Biancucci Roberto, 
2007 Tutti i diritti riservati */

form#formail	{
	margin: 0px;
	background: transparent;
}
form#formail input	{
	padding: 2px;
	border: 1px solid #B2C5D8;
	background: #FFFFFF;
	font-size: 9pt;
	color: #333333;
}
form#formail select	{
	padding: 2px;
	border: 1px solid #B2C5D8;
	background: #FFFFFF;
	font-size: 9pt;
	color: #333333;
}
form#formail textarea	{
	border: 1px solid #B2C5D8;
	background: #FFFFFF;
	font-family: arial, "@Arial Unicode MS", sans-serif; 
	font-size: 8pt;
	color: #333333;
}
form#formail input.radio	{
	border: none;
	background: transparent;
}
form#formail input.submit	{
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
	border: none;
	background: url('../images/buttons/submit.gif');	
}


/* Scheda */
table.formail {
	width: 100%;
	border-collapse: collapse;
	background: transparent;
}
table.formail tr {
	background: url('../images/texture/formail_tr.gif') repeat-x bottom;
}
table.formail td.dida {
	width: 120px;
	font-size: 8pt;
}
table.formail td.field {
	font-size: 8pt;
}
table.formail tr.submit {
	background: none;
}
table.formail .obl {
	font-weight: bold;
	color: #FF6400;
}
