.contenitoreCampi{
	position:relative;
	width:400px;
	height:35px;
/* 	margin-left:10px; */
}
.contenitoreCampi_textarea{
	margin-top:20px;
	position:relative;
	width:480px;
	height:150px;
/* 	margin-left:10px; */
}
.contenitoreCampi input{
	margin-top: 1px;
	width:200px;
	float:left;
	border: 1px solid #FF9900;
	background-image: url(../../images/bg_input.jpg);
}
.contenitoreCampi_textarea textarea{
	margin-top: 1px;
	width:480px;
	height:150px;
	float:left;
	background-image: url(../../images/bg_textarea.jpg);
	border: 1px solid #FF9900;
	color: #454546;
}
.contenitoreCampi input.radio{
	width:40px;
	float:none;
	margin-top:0px;
}
div.contenitoreCampi button {
	float:left;
	text-align:center;
	width:164px;
	margin:1px;
	border:1px solid;
	font-weight:bold;
}
.contenitoreCampi select{
	margin-top: 3px;
	width:330px;
	float:left;
}
.label_form{
	padding-top:5px;
	width: 150px;
	float:left;
	text-align:right;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
}
.error {
	height: auto;
	clear:both;
	text-align: right;
	font-size: 10px;/* 	margin-left: 170px; */
	color: #FF0000;
}
.icon {
	float:right;
	height:16px;
	width:16px;
}
.cont_logo{
	height: 105px;
	width:670px;
}
