﻿/************    NEWSLETTER    **********/
.newsetterContainer
{
    /*margin-left: 10px;*/
}

.inputNewsletter
{
    background-color: #65B0D1;
    color: #000;
    border: none;
    width: 161px;
    height: 24px;
    line-height: 20px;    
    margin-top: 5px;    
}

.campoNewsletter
{
    float: left;    
}

.botaoEnviar
{
    width: 23px;
    height: 23px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

.respostaNewsletter
{
    color: #858989;
    font-size: 11px;
    font-family: Arial, Verdana;
    padding-top:75px;
    margin-left:7px;    
}

/************    CAPTCHA    **********/

.captchaTitulo
{
    color: #FFF;
    font-size: 11px;
    width: 150px;    
    line-height: 10px;
    font-family: Arial, Verdana;
}

.inputCaptcha
{
    background-color: #65B0D1;
    border: none;
    height: 24px;
    line-height: 20px;
    color: #FFF;
}

.inputCaptchaErro
{
    background-color: Red;
    border: none;
    height: 24px;
    line-height: 20px;
    color: #FFF;
}
