/************************************************************/
/****************                                        *******************/
/**************  SERVIZIO RECUPERAPASSWORD   *******************/
/***************                                         *******************/
/***********************************************************/
#boxRecuperaPassword{
	position: relative;
   clear: left;
	float: left;
	margin-top: 15px;
	margin:0 auto;
	width: 95%;
   margin-left: 1%;
   font-size: 90%;
}

#boxRecuperaPassword .mascheraDiInserimento {
	margin-top: 1em;
}

#boxRecuperaPassword .mascheraDiInserimento IMG {
	width: 30px;
   height: 30px;
}

#boxRecuperaPassword .mascheraDiInserimento FIELDSET {   
   border: 1px dotted #1D5092;
	padding:.1ex .1ex .1ex .1ex;   
}

#boxRecuperaPassword .mascheraDiInserimento FIELDSET DIV {
   width: 95%;
   float: left; 
   padding-bottom: 10px;
	padding-top: 10px;
}

#boxRecuperaPassword .mascheraDiInserimento LEGEND {
   border-bottom:1px solid #1D5092;
	border-right:1px solid #1D5092; 
   background: White;
	padding: .1ex .5ex;
	color: #1D5092;
	font-weight: bolder;
	white-space: normal;
}

#boxRecuperaPassword .mascheraDiInserimento LABEL {
	display: inline;
	float: left;
	font-size: 80%;
	font-weight: bold;
   padding-top: 5px;	
   width: 120px;
	text-align: left;
   margin-left: 15%;
}

#boxRecuperaPassword .mascheraDiInserimento .separatoreCampoRicerca {
	clear: left;
	float: left;
}

#boxRecuperaPassword .mascheraDiInserimento .recupera_password_bottoneInvia {
   margin-left: 15%;
   background-color: #E5ECF4;
	color: #000000;
}

#boxRecuperaPassword .mascheraDiInserimento .informazioneutente {
   margin-left: 3px;
   margin-top: 10px;
   font-size: 90%;
   font-weight: bold;
}

#boxRecuperaPassword .mascheraDiInserimento .recupera_password_link {
   margin-top: 10px;
   padding-top: 10px;
}

