.f_star {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: red;
    padding-right:3px;
}

.txt_ok {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
}

.txt_error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: red;
}

.input_ok {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
}

.input_error {
    background-color: FFCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
}

.td_btn {text-align: center; padding-top:20px;}
