.formimput {
	font-family: Tahoma;
	font-size: 11px;
	height: 20px;
	vertical-align: bottom;
}
.formimputread {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #99FF99;
	border: 1;
}
.ettichetta {
	font-family: Tahoma;
	vertical-align: bottom;
	font-style: normal;
	font-size: 11px;
	border: 0;
}

input[readonly="readonly"]
{
    color: #000000;
	background-color:none;
}
