div{
	/*width:auto;*/
	margin:0;
	padding:0;
}
form{
	margin-left:3px;
	margin-right:3px;
	padding:0;
	border: 1px solid #990000;
	background-color: #D6D6C2;
	color:#000;
}
fieldset{
	border: 1px solid #999;
	padding: 5px;
	margin:5px;
	}
label, legend {
	font-size: 85%;
	font-family: "Courier New", Courier, monospace;	
}
label{
	color: #990000;
	background-color:transparent;
	}
legend{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:20px;
	color:#000;
	background-color:transparent;}
div#ncet{margin-top:10px;}
input#nome, input#cognome, input#email, input#telefono, textarea, select{
	margin: 10px;
	padding:0;
	float:left;
}
textarea, select, input{
	margin: 0;
	padding:0;
	font-size: 85%;
	font-family: "Courier New", Courier, monospace;
}
br{
	clear:left;
}
input#go, input#canc{
	margin: 10px;
	padding:0;
	background: #F7F7EA repeat-x;
}