
#id_div_pannello_cambio_password dt{
    font-weight:normal !important; 
    font-style:oblique;
    padding-top:.1em !important;
}
.rosso{ color: red; }
.verde{ color: green; }

#id_frm_pwch-op, #id_frm_pwch-np, #id_frm_pwch-cp{ 
    font-family: 'Lucida Console', monospace !important; 
}

.pwdError{
    color: red;
    font-style: oblique;
    font-size: 90%;
    padding-bottom: 1em;
    text-align: right;
    width: 90%;
}

p.emphasis{
    display: block;
    margin: 1.2em;
    color: black;
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    font-weight: normal;
    font-size: 120%;
    border-radius: 4px;
    padding:1em;
}