#content form {
width:90%; 
border:1px dashed rgb(51,102,153);
padding:5px;
margin:0 auto;
}


#content fieldset { 
padding: 1em; 
border:2px groove;
 }
 
#content legend {
 font-weight:bold;
 font-style:normal;
 font-family:Verdana, sans-serif;
 color: #990000;
 font-size:12px;
 padding:5px;
}

#informazioni label {
	display:block;
	float:left;
	width:23%;
	text-align:center;
	font-weight:bold;
	color:rgb(51,102,153);
	padding-right:0;
	font-family:Verdana, sans-serif;
	font-size:0.9em;

}

#informazioni input { 
font-size: 1em;
font-family: Verdana,helvetica,sans-serif;
width:63%; 
border:#73848C 1px solid; 
background:rgb(229,229,229);
padding:0;
margin-left:10px;
}

#informazioni .checkbox{
font-weight:bold;
font-size:13px;
font-family: Verdana,helvetica,sans-serif;
letter-spacing: 0.2em;
width:20px; 
border:#73848C 1px solid;
background:rgb(229,229,229);
padding:0px 0px 0px 2px;
margin-left:10px;
}

#informazioni textarea{
	font-size:1em;
	font-family: Verdana,helvetica,sans-serif;
	width:63%;
	border:#73848C 1px solid;
	background:rgb(229,229,229);
	margin-left:10px;
	height: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#content input#invia {
width:100px;
border:#73848C 1px solid; 
background-color:rgb(228,228,228);
color: rgb(51,102,153);
font-weight: bold;
font-size:11px ;
font-family:Verdana,helvetica,sans-serif; 
/*margin-left:5px;*/
}

#content input#annulla {
width:80px;
border:#73848C 1px solid; 
background-color:rgb(228,228,228);
color: rgb(51,102,153);
font-weight: bold;
font-size:11px ;
font-family:Verdana,helvetica,sans-serif; 
}

#content .labelAccesskey{
font-size:11px;
color:rgb(51,102,153);
font-family:Verdana, sans-serif;
font-weight:bold;
}
.datipersonali{
	font-size:9px;
	color: #999999;
}
