/**
 * Style sheet form_contattaci
 */
#main div.ce_form div.formbody
{
	margin-top:5px;
	margin-bottom:20px;
	margin-left:37px;
	font-size:12px;
	font-family: Verdana, Tahoma, Helvetica, Arial;
}

#main div.ce_form h1
{
	font-size:14px;
	margin-left:37px;
}

#main div.ce_form .error
{
	font-weight:bold;
	color:red;
}

#main div.ce_form div.formbody .mandatory
{
	font-weight:bold;
}

#main div.ce_form div.formbody input.text
{
	width:180px;
	font-weight:normal;
}

#main div.ce_form div.formbody textarea.textarea
{
	margin-top:15px;
		font-weight:normal;
}

#main div.ce_form div.formbody table tr
{
	height:30px;
}

#main div.ce_form div.formbody table tr td.col_0
{
	width:100px;
}
