/*--------  modulo ---------*/
.w90{
width:90%;
}
.w50 {
width:50%;
}
.modulo fieldset {
	width: 100%;
	margin: 0;
	padding: 0;
	border:0;
}
.modulo legend {
display:none;

}
.modulo label {
	float: left;
	width: 47%;
	margin-bottom: 0.5em;
}
.modulo fieldset p {
	clear: both;
}
.modulo  input {
	font-size: 1em;
	border: 1px solid #999999;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 50%;
	margin-bottom: 0.5em;
}
.modulo select {
	font-size: 1em;
	border: 1px solid #999999;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 50%;
	margin-bottom: 0.5em;
}
.modulo textarea {
	font-size: 1em;
	border: 1px solid #999999;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin-bottom: 0.5em;
	overflow:auto;
	width:50%;
}
#testo_privacy {
	font-size: 0.9em;
	color: #666666;
	height: 50px;
	width: 100%;
}
.modulo input.send {
	float: left;
	background-color: #ffffff;
	width: auto;
	cursor: pointer;
	color: #666666;
	margin-right:1em;
}
.modulo input.sx {
	float: left;
	margin-left:1em;
}
.modulo input.sx {
	float: left;
	margin-left:1em;
}
.modulo input.send:hover {
	color: #333333;
	border: 1px solid #333333
}
.modulo label.auto {
	width: auto;
}
#privacy {
	border: 0;
	width: auto;
	margin-right: 0.5em;
	float: left;
}
#captcha {
	float: none;
	width: 3em;
}
/*--------  // modulo ---------*/
