@charset "utf-8";
.modulo .campi, .modulo #tastoinvio{
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
	float: left;
	text-align: right;
	width: 100%;
}
.modulo .campi label {
	width: 180px;
	display: block;
	float: left;
	padding-left: 0px;
	text-align: left;
	color: #333333;
}
.modulo .campi input {
	float: left;
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	clear: right;
}
.modulo .campi select {
	float: left;
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	clear: right;
}
.modulo .campi textarea {
	float: left;
	height: 180px;
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	clear: right;
}
.modulo .invia {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 19px;
	float: right;
	margin-right: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #C40009;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 0.1em;
	height: 19px;
}
.modulo legend {
	padding: 0px 0px 20px;
	margin: 0px;
	font-weight: normal;
	clear: both;
	float: left;
	color: #333333;
}
.modulo .campi .checkbox {
	width: auto;
	text-align: left;
}
.modulo fieldset {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 440px;
}
.modulo {
	display: block;
	width: 440px;
	overflow: hidden;
}
.modulo .campi p {
	padding: 10px;
	text-align: left;
}
.modulo fieldset p {
	margin: 0px 0px 10px;
	padding: 0px;
}
.modulo .campi .privacy {
	padding-left: 0px;
}

