/************************************************************/
/****************                                        *******************/
/**************  SERVIZIO RECUPERAPASSWORD   *******************/
/***************                                         *******************/
/***********************************************************/
#boxRecuperaPassword{
	clear:both;
	float:left;
	padding: 0em 0 1em 0;
	width:100%;
}
  
#boxRecuperaPassword FIELDSET
{ 
    border: solid 1px #CCC;
    padding: 10px 1%;
    width: 97%;
    clear: both;
    float: left;
}

#boxRecuperaPassword #boxRecuperaPassword input, #boxRecuperaPassword #boxRecuperaPassword select
{ 
    font-size:90%;
}

  
#boxRecuperaPassword FIELDSET .separatoreCampoRicerca {
    clear: both;
    float: left;
    width: 94%;
    padding: 3px 2%;
}

#boxRecuperaPassword FIELDSET .separatoreCampoRicerca LABEL
{
    clear: both;
    float: left;
    font-weight: bold;
    margin-top: 2px;
    text-align: left;
    width: 40%;
    margin-right: 2%;
    font-weight: bold;
}


#boxRecuperaPassword FIELDSET .separatoreCampoRicerca INPUT
{
    float: left;
    width: 56% !important;
}


#boxRecuperaPassword FIELDSET .separatoreCampoRicerca SELECT
{
    width: 57%;
    float: left;
}

#boxRecuperaPassword .campoPulsante input {
    clear: both;
    float: left;
    width: 53.5%;
    margin: 7px 0 0 41.4%;
    overflow: hidden;
    background-color:Red;
    background-color: #A9A9A9;
    border: 1px solid #A9A9A9;
}

* html #boxRecuperaPassword .campoPulsante input {
        margin: 7px 0 0 40.5%;
}


/*#boxRecuperaPassword .campoPulsante input 
{
    clear:both;
    float:left;
    background-color: #A9A9A9;
    border: 1px solid #A9A9A9;
    width: 90%;
    margin:0px;
    padding:0px;
    text-align:center;
}*/


#boxRecuperaPassword FIELDSET LEGEND
{ 
	font-size: 95%;
	color: #555;
}


#boxRecuperaPassword .mascheraDiInserimento .recupera_password_bottoneInvia {
    margin-left: 15%;
	color: #000000;
}

#boxRecuperaPassword .informazioneutente 
{
    clear: both;
    padding: 1em 0px;
    line-height: 1.6em;
}

#boxRecuperaPassword .recupera_password_link 
{
    clear:both;
    padding:1em 0px;
}

#boxRecuperaPassword .informazioneutente_Errore {
    clear: both;
    padding: 1em 0px;
    text-align: center;
    color: #C00000;
}

#boxRecuperaPassword .informazioneutente_OK{
    clear: both;
    padding: 1em 0px;
    text-align: center;
    color: #005D00;
}

#boxRecuperaPassword A {
	font-weight: 700;
	text-decoration: underline;
}	

#boxRecuperaPassword A:hover {
	font-weight: 700;
	text-decoration: none;
}	
	
	
