
div.div_form_intro {
	text-align		: center;
	font-size		: 14px;
	padding			: 5px;
}

div.div_form_intro span.importante {
	font-weight		: bold;
	text-decoration		: underline;
}

div.div_risposta_form,
div.div_form {
	padding			: 20px;
	width			: 70%;
	margin			: auto;
	background-color	: #FDF5E2;
	border			: 1px solid #E0D9C9;
}

div.div_errori_form p {
	font-size		: 12px;
	text-align		: center;
	color			: #C00;
	font-weight		: bold;
}

table.tab_struttura_contatti {	
	width			: 100%;
	margin			: auto;
}

table.tab_struttura_contatti td {
	padding			: 2px;
}

table.tab_struttura_contatti td.td_sep_txt {
	text-align		: center;
	padding			: 6px;
}

table.tab_struttura_contatti td.td_txt {
	text-align		: right;
	white-space		: nowrap;
}

table.tab_struttura_contatti td.td_campo {
	text-align		: left;
	white-space		: nowrap;
}

table.tab_struttura_contatti td.td_campo_centrato {
	text-align		: center;
}

table.tab_struttura_contatti td p.privacy {
	font-size		: 10px;
	line-height		: 13px;
}

table.tab_struttura_contatti td p.privacy_acc {
	font-size		: 12px;
	font-weight		: bold;
	text-align		: center;
}

table.tab_struttura_contatti td p.privacy_acc input {
	vertical-align		: middle;
}

div.div_risposta_form {

}

div.div_risposta_form ul {
   padding           : 20px;
   margin            : 20px;
}

div.div_risposta_form p.tit {
   font-size         : 140%;
}

div.div_risposta_form p.tit span.nome {
   font-size         : 120%;
}

