#formBox {
	float:left;
	padding:0px 0px 0px 0px;
    font-family: Verdana;
    font-size: 12px;
	color:#4D4D4D;
	background: url(../images/logo_pop_up.png) no-repeat;
	background-position:5px 295px;
}

#formBox h2{
	padding:30px 0px 0px 0px;
    font-family:Verdana;
    font-size: 14px;
	line-height:25px;
}

#formBox .messaggi {
	width:354px;
	padding:0px 0px 0px 0px;
	sborder:1px solid red;
	sbackground-color:#ff8080;
	color:#ff8080;;
	margin:0px 0px 0px 0px;
	height:30px;
}
/***** form   *****/
#formBox form {
  font-family: Verdana;
  font-size: 12px;
  line-height:18px;
  float:left;
}
#formBox tr td{
padding:2px 0px 2px 2px;
}
#formBox tr td.small{
padding:0px;
font-family: Verdana;
font-size: 11px;
}
#formBox tr td.label {
	font-family: Verdana;
    font-size: 11px;
	width:100px;
	text-align:right;
}
#formBox tr td.labelTop {
	font-family: Verdana;
    font-size: 11px;
	width:100px;
	text-align:right;
	vertical-align: top;
	height:175px;
}
#formBox input.modulo {
	font-family: Verdana;
    width:270px;
	border:1px solid #ccc;
}
#formBox select.modulo {
     width: 280px; 
	 font-family: Verdana;
    
    
}
#formBox textarea.modulo {
	width:270px;
	height:180px;
	border:1px solid #ccc;
	font-family: Verdana;
}

.bottone {
	width:60px;
	padding:1px;
	background:#CCCCCC;
	color:#4D4D4D;
	border:1px solid white;
	margin-top:3px;
}
