/* Form contatti e schede tecniche   */

.formline {
	width: 98%;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-color: #E4E4D4;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	clear:both;
}

.formlabel {
	background-color: #E4E4D4;
	width: 30%;
	float: left;
	padding-right: 15px;
	color: #C50129;
	line-height: 2em;
	text-align: right;
	font-weight: bold;
}
.formcontent {
	line-height: 30px;
	padding-left: 35%;
}
.formcontent input,select,textarea {
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	font-size: 1.1em;
}
.centrato{
	text-align:center;
}