.testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.titolo{
	font-family: MyCustomFont, Arial, Impact, sans-serif;
	font-weight:normal;
	font-size: 30px;
	color: #3a3a3a;
	text-decoration: none;
	background-image:url(../img/sfondo-tit.png) !important;
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:5px;
	padding-left:10px;
		}
		
.color{
	color:#e50047;}
	
.bianco {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.field_container{
	background-color:#FFF;
	border:#ecedf3 solid 1px;
	padding:5px;
	
	}
	
.testobianco {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#sfondo{
	background-image:url(../img/sfondo-bott-home.png);
	background-position:top left;
	background-repeat:repeat;
}

.field_container input[type="text"]
{
	float:none;
}

.marchi{
	background-image:url(../img/sfondo-bott-home.png);
	background-position:top left;
	background-repeat:repeat;
	width:151px;
	margin-right:8px;
	margin-bottom:8px;
	float:left;
}

.marchiultima{
	background-image:url(../img/sfondo-bott-home.png);
	background-position:top left;
	background-repeat:repeat;
	width:151px;
	margin-bottom:8px;
	float:left;
}