
form[action*="user_mgt"] table td[colspan="2"] {
    font-size: 18px;
    font-weight: bold;
    color: green;
}

form[action*="lost_password"] table td[colspan="2"] {
    font-size: 16px;
}

/*
    Сообщение об ошибке, при валидации формы
*/

#lift__noticesContainer___notice ul li {
    color: green;
    font-weight: bold;
}

#lift__noticesContainer___error ul li {
    color: red;
    font-weight: bold;
}

#lift__noticesContainer___error .errorTitle {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

#lift__noticesContainer___error ol li {
    color: blue;
    font-weight: normal;
}
