@charset "utf-8";

/* CSS Document */

.labelform {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #000;
    /*font-weight: bold;*/
}

.form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 4px;
    color: #000;
}

.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
}

.erro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #900;
}

.legenda {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #999;
}

.box-regulamento-div {
    width: 315px;
    padding: 15px;
    background-color: orangered;
    text-align: center;
}

.box-regulamento {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-decoration: none;
}