﻿body
{
    font-family: Arial;
    font-size: 10pt;
}
table
{
    width: 100%;
}
table tr td
{
    border-bottom: solid 1px #eaeaea;
}
.instrucoes
{
}
.tabform input, .tabform select
{
    font-size: 10pt;
    font-family: Arial;
}
.tablabel
{
    font-weight: bold;
    width: 150px;
    vertical-align: top;
}
.tabsecao
{
    font-weight: bold;
    border-bottom: solid 1px #eaeaea;
}
.imp
{
    margin-bottom: 8px;
}
.imp_topo
{
    background-color: #000;
    padding: 5px;
    color: #fff;
    text-align: left;
    margin-bottom: 5px;
    display: none;
}
.imp_descricao
{
    font-weight: bold;
    padding-bottom: 4px;
}
.imp_notas
{
}
.form_aviso
{
    color: red;
    padding: 5px;
    border-left: solid 4px #000;
    margin-top: 5px;
    margin-bottom: 5px;
}
