@charset "UTF-8";

.normal {
	margin: 0;
	padding: 0;
	text-align: justify;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 20px;
	color:#0000;
	font-size:12px;
	font-weight: 500;
}

.error {

color:#FF0000;
font-size: 90%;
font-weight:bold;

}

#formfill {

margin: 0;
padding: 0;
background: url(../images/contact/azienda_bg.gif) no-repeat top right;

}

#formfill a { font-weight: 600; text-decoration: none; color: #666666; }

#formfill a:hover { font-weight: 600; color: #000000; }

#formfill a:visited { text-decoration: none;}


#formsent {

margin: 0;
padding: 20px 0 20px 30px;
text-align: left;
background: url(../images/contact/form_sent.gif) no-repeat top right;

}

#formsent a { font-weight: 600; text-decoration: none; color: #666666; }

#formsent a:hover { font-weight: 600; color: #000000; }

#formsent a:visited { text-decoration: none;}


#tableform {
	width:80%;
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight: 500;
	color:#666;

}

#tableform th {
	margin: 0;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 2em;
	color: #000;	
	font-weight: bold;
}

#tableform td {
	margin: 0;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 2em;
}