.authentication_container{
  height: 200px;
  text-align: justify;
  vertical-align: middle;
  
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  border-right-color: #cccccc;
  font-style: italic;
}


.button_l{
  background-color:#ffba24;
  border:0px;
  color:#FFFFFF;
  text-transform:uppercase;
  font-weight:bold;
  float:left;
}

.testo_utente{
    font-size: 11px;
    color: #00d2d2;
    width: 180px;
    text-align: left;
    vertical-align: middle;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    font-weight: normal;
    line-height: 14px;
}

.div_utente{
    width: 180px;
    position: absolute; 
    left: 30px; 
    z-index: 1; 
    overflow:visible;
}

.inactive{
    font-family: Arial,Helvetica,sans-serif;
    color: #969799;
    font-weight: normal;
}

.confirm_label{
    font-weight:bold;
    font-style: italic;
}




