/**
 * Style sheet form_contattaci
 */
#main div.ce_form div.formbody
{
	margin-top:5px;
	margin-bottom:20px;
	font-size:11px;
}

#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:120px;
}

