/* Begin Contact Form CSS */
.contactform {
	background-image:url(bg-contatti.png);
	background-repeat:no-repeat;
	height:317px;
	margin-left:16px;
	overflow:hidden;
	position:static;
}
.modulocontatti{margin:121px 0 0 26px !important;padding:0!important;}
.contactleft {
	clear:both;
	display:inline;
	float:left;
	margin:0 0 8px 65px;
	padding:0 4px;
	text-align:right;
	width:25%;
}

.contactright {
	display:inline;
	float:right;
	margin:50px 35px 5px 0;
	padding:4px 4px 4px 0;
	text-align:right;
}

.contacterror {
	border: 1px solid #ff0000;
}

input{
	color: #555;
}
.contactsubmit {
}
/* End Contact Form CSS */

