/* GESTIONE ERRORI DEL FORM */
#errormsg {
			border:1px solid #660000;
			padding:5px;
			width:400px;
}
.error {
			background:#ffe6e6;
}