﻿/* ********************************************************************************* */
input[type], textarea
{
    height: 16px;
    line-height: 16px;

    font-size: 10px;

    border: solid 1px #8A8A7B;
    background-color: #8A8A7B;
}
textarea
{
    height: 100px;
    width: 215px;
}
input[type="text"], input[type="email"], input[type="search"]
{
    
}
/* ********************************************************************************* */
.formulario
{
    clear: both;
    padding: 5px 0 0 5px;
}
.formulario .label_campo
{
    clear: both;
    padding: 1px 0 1px 0;
}
.formulario .label
{
    width: 90px;
    line-height: 18px;

    text-align: right;
    margin: 3px 5px 0 0;
    
    float: left;
    
    font-size: 11px;
    color: #ABABA0;
}
.formulario .campo
{
    float: left;
    width: 300px;
    line-height: 18px;
    
    text-align: left;
}
.formulario .campo input[type] { width: 215px; }
.formulario .campo_obrigatorio
{
    float: left;
    width: 10px;
    line-height: 18px;
    text-align: center;
}
/* ********************************************************************************* */
