HTML { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	font-weight: normal;
 }


BODY { 
	background-color: #FAF9F5;
 }
 
 HR {
	color: #BEBBA3;
}

 .boxTesto1{
 	display: block;
	float: left;
	height: 24px;
	font-weight: bold;
	background-color: #F4F3E8;
	width: 150px;	
}

 .boxTesto2{
 	display: block;
	height: 24px;
	background-color: #FAF9F5;
	width: 600px;	
}

 .boxTesto3{
 	display: block;
	float: left;
	height: 24px;
	font-weight: bold;
	background-color: #F4F3E8;
	width: 165px;	
}

 .boxTesto4{
 	display: block;
	height: 24px;
	border-left: 4px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 600px;	
}

.RegistrazioneStepBox {
	background-color: #F4F3E8;
	padding: 10px;
	border: 1px;
	font-weight: normal;
	border-color: Black;
	border-style: solid;
}

.RegistrazioneStepBox2 {
	background-color: #F4F3E8;
	padding: 10px;
	border: 1px;
	color: #486C24;
	text-align: center;
	font-weight: bold;
	border-color: Black;
	border-style: solid;
}

.RegistrazioneStepBox2 A, .RegistrazioneStepBox2 A:link, .RegistrazioneStepBox2 A:visited  {
	background-color: #F4F3E8;
	padding: 10px;
	border: 1px;
	color: #486C24;
	text-align: center;
	font-weight: bold;
	border-color: Black;
	border-style: solid;
}
 
 .StepInCorso { 
 	font-weight: bold;
  }
  
 .RegistrazioneRigaForm { 
  	margin-top: 1em;
	width: 100%;
	height: 20px;
	margin-bottom: 1px dotted #e0e0e0;
  }
  
  .RegistrazioneTitolo {
	color: #536F4D;
	font-size: 130%;
	font-weight: bold;
}
    
  .RegistrazioneErrore { 
  	color: Red;
   }
 
 .RegistrazioneSegnalazione,  .RegistrazioneSegnalazione a,  .RegistrazioneSegnalazione a:link,  .RegistrazioneSegnalazione a:hover { 
 	color: #FF0000;
  }