/* CSS Document */

#form {
	width:500px;
	height:390px;
	padding:0;
	clear: both;
	overflow: hidden;
}

.campotxt {
	width:auto;
	height:24px;
	float:left;
	padding: 5px;
	font-size: 11px;
}

.campoinput {
	width:250px;
	height:24px;
	float:left;
	padding: 5px;
}


.campopulsante {
	width:auto;
	height:24px;
	float:right;
	padding: 10px;
}


.campoditesto {
	width:200px;
	height:auto;
	padding:4px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	text-shadow:none;
	color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
}

.areaditesto {
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	color: #cccccc;
	padding:4px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	height: auto;
}

.areapulsante {
	width:auto;
	height:50px;
	clear:both;
	overflow:hidden;
	padding: 25px 52px 0 0;
}

.errore { color:#FF6600; font-size:11px;}
.privacy {
	color:#333333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 0 4px;
}

.pulsante {
	width:65px;
	height:22px;
	background-color:#1D53A9;
	color:#FFF;
	margin: 5px;
	border: 0px;
}

