/* CSS2 Style powerd by That's Web, Biancucci Roberto, 
2007 Tutti i diritti riservati */

/* Stile Form */

div#content_formail	{
	position: relative;
	width: 400px;
	padding: 10px;
	font-size: 9pt;
	border-bottom: 1px solid #E6E6DA;
	background: transparent;
}
form_formail {
	margin: 0px;
	background: transparent;
}
form#formail fieldset {
	width: 380px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #E6E6DA;
	background: transparent;
}
form#formail legend {
	color: #905B34;
	margin: 10px 0px 10px 0px;
	font-size: 8pt;
	background: transparent;
}
form#formail label {
	clear: left;
	float: left;
	width: 150px;
	text-align: left;
	font-size: 8pt;
	color: #967E67;
	cursor: pointer;
	background: transparent;
}
form#formail input, select {
	float: left;
	margin-bottom: 5px;
	font-size: 8pt;
	border: 1px solid #CBC7B8;
	background: transparent;
}
form#formail .check {
	padding: 0px;
	margin: 0px;
	border: none;
	background: transparent;
}
form#formail textarea {
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 9pt;
	width: 365px;
	padding: 5px;
	border: 1px solid #CBC7B8;
	background: transparent;
}
