﻿/* ********************************************************************************* */
input[type], textarea
{
    height: 16px;
    line-height: 16px;

    font-size: 11px;

    border: solid 1px #CCCCCC;
    background-color: #EEEEEE;
}
textarea { height: 100px; width:225px; }
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;
    vertical-align: top;
}
.formulario .label
{
    width: 100px;
    line-height: 18px;
 
    padding-right: 2px;
    text-align: left;
    
    float: left;
    
    color: #666666;
}
.formulario .campos
{
    float: left;
    width: 300px;
    line-height: 18px;
    
    text-align: left;
}
.formulario .campo_obrigatorio
{
    float: left;
    width: 10px;
    line-height: 18px;
    text-align: center;
}
/* ********************************************************************************* */
