﻿/* ********************************************************************************* */
input[type], textarea
{
    height: 16px;
    line-height: 16px;

    font-size: 11px;

    border: solid 1px #CCCCCC;
    background-color: #EEEEEE;

}
textarea
{
    height: 100px;
    width:235px;
    margin-left:10px;
}
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: 80px;
    line-height: 18px;

    text-align: left;
    margin-top:3px;
    
    float: left;
    
    color: #999999;
}
.formulario .campo
{
    float: left;
    width: 400px;
    line-height: 18px;
    
    text-align: left;
}
.formulario .campo_obrigatorio
{
    float: left;
    width: 10px;
    line-height: 18px;
    text-align: center;
}
/* ********************************************************************************* */
.pedido
{
    font-weight:bold;
    clear:both;
}
  
