@charset "utf-8";
/* Portal do Jornal do Commercio */
/* CSS FORMULÁRIO */
/* Descritivo */

/* definições gerais */
form { padding: 0; margin: 0; }
input, textarea, select { font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size: 12px; }

/* botões */
.botao { cursor: pointer; height: 35px; border:0; padding: 0 20px; text-transform: uppercase; font-weight: bold;}
.textbox-busca:focus {
    border: 1px solid #AD1C2D;
}
.textbox-busca {
    height: 30px;
    font-size: 16px;
    border: 1px solid #E7E7E7;
}


/* textos */
.inputtexto {
    padding: 3px 2px 3px 4px;
    margin: 0;
    height: 26px;
    width: 210px;
    margin-right: 10px;
    border-top: 1px solid #8b8b8b;
    border-right: 1px solid #8b8b8b;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #8b8b8b;
    color: #666;
} 
.inputbg { border-top: 1px solid #8b8b8b; border-right: 1px solid #8b8b8b; border-bottom: 1px solid #ccc; border-left: 1px solid #8b8b8b; width:440px; height: 100px;} 
.inputbuscaportal { border-right: 0; }

/* código de segurança */
.captcha { background:url(../imagem/gerais/seta_bg_captcha.png) no-repeat 48px 7px #fff; width: 55px;  }
.captchaimg { margin: 0; padding: 0; vertical-align:top; width: 70px; height: 24px; }

#captchaImgDiv{margin-bottom: 10px}


/* tamanhos */
input.t40, select.t40 , textarea.t40 {	width: 40px; }
input.t50, select.t50, textarea.t50 {	width: 50px; }
input.t60, select.t60, textarea.t60 {	width: 60px; }
input.t80, select.t80 , textarea.t80 { width: 80px; }
input.t120, select.t120, textarea.t120{ width: 120px; }
input.t160, select.t160, textarea.t160{ width: 160px; }
textarea.t270 { width: 270px; }
textarea.h100 { height: 100px; }
textarea.h110 { height: 110px; }
textarea.h120 { height: 120px; }
textarea.h130 { height: 130px; }
textarea.h140 { height: 140px; }
textarea.h170 { height: 170px; }
textarea.h200 { height: 200px; }