.contatoCampos{
    font-size: 12px;
    color: #000000;
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    width: 100%;
    height: 24px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.contatoCamposTextArea{
    font-size: 12px;
    color: #000000;
    width: 100%;
    height: 15em;
    line-height: 20px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.contatoTexto{
    font-weight: bold;
    line-height: 24px;
    font-size: 12px;
    color: #000000;
}
.contatoInformacoes{
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}

.contatoBotao{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #005952;
    height: 40px;
    width: 100px;
    margin: 10px 0 20px 0;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.contatoBotao:hover{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    background-image: linear-gradient(#005952, #598527,#005952);
    height: 40px;
    width: 100px;
    margin: 10px 0 20px 0;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.contatoErro{
    float: right;
    font-size: 16px;
    color: #ed1d24;
    font-weight: bold;
    margin-bottom: 20px;
}
.contatoAtencao{
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #999900;
}
.contatoOK{
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0000ff;
}

