﻿/* **************************************** */
/*
 * PARA OS DETALHES DE UM CONTEÚDO
 * OU ADIÇÃO/EDIÇÃO DOS MESMOS
 */
.formulario
{
    clear: both;
    padding: 5px 0 0 5px;
}
.formulario .texto_campo
{
    clear: both;
    padding: 1px 0 1px 0;
    vertical-align: top;
}
.formulario .texto
{
    width: 100px;
    line-height: 18px;
 
    padding-right: 2px;
    text-align: left;
    
    float: left;
    
    color: #A5A5A5;
}
.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;
}
/* **************************************** */
