
#nome, #cognome, #azienda, #email, #ruolo,#security_code{
    width:400px;
	border:none;
	background:transparent;
	background-image:url(../images/bg_input_contatti.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:3px;
	padding-left:5px;
	height:19px;
}
#security_code{
    width:250px;
}
label.error{
    color:#990000;
    padding:3px;
    clear:both;
    white-space:nowrap;
}
