form {
	padding: 0;
	margin: 10px 0 0 0;
}
form#contact table {
	width: 580px;
	border: 0;
	text-align: left;
	margin-left: 20px;
}
form#contact table tr td label {
	font-weight: bold;
}
form#contact table tr td input.pulsante {
	border: 0;
	color: white;
	background-color: #0A3D91;
	width: 80px;
}

form#contact table.due tr td {
	width: 50%;
}
form#contact table.due td input {
	border: 1px solid #0A3D91;
	width: 270px;
}

form#contact table.tre tr td {
	width: 33%;
}
form#contact table.tre td input {
	border: 1px solid #0A3D91;
	width: 172px;
}

form#contact table tr td textarea {
	width: 560px;
	height: 50px;
	border: 1px solid #0A3D91;
}
form#contact table tr td div#privacy {
	width: 560px;
	height: 58px;
	border: 1px solid #0A3D91;
	overflow: auto;
}