
body
{
    font: 11px "Lucida Grande" , Arial, Helvetica, sans-serif;
    color: #deebf0;
    margin: 0em 0;
    background-image: url(img/bg.gif);
    background-repeat: repeat-x;
    padding: 0;
    top: 0;
    min-height: 100%;
}

    p {margin: 2px 0 8px;
       width: auto;
    }

.texto
{
    font-family: Arial;
    font-size: 11px;
    color: #1b60b5;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}

.texto2
{
    font-family: Arial;
    font-size: 11px;
    color: #1b60b5;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}

.rodape
{
    margin: 0em 0;
    background-image: url(img/line_rodape.png);
    background-repeat: repeat-x;
    padding: 0;
    top: 0;
    min-height: 100%;
    vertical-align: top;
    text-align: center;
}

fieldset
{
    border: none;
    padding: 10px;
    margin-bottom: 20px;
    background:#f7f7f7;
}

.formulario
{
    width: 400px;
    height: auto; /*margin-left: 117px;*/
    margin-right: 0;
    padding: 10px 0px 20px 0px;
    
}
.rotulo
{
    float: left;
    height: 17px;
    font-size: 10px;
    color: #ffffff;
    background-color: #1a5eb2;
    border: 1px solid #1a5eb2;
    padding-bottom: 2px;
    padding-left: 8px;
    width: 90px;
    line-height: 25px;
    margin-top: 0px;
    margin-left: 1px; /*display:block;*/
    margin-right: 5px;
}

.rotulomin
{
    line-height: 17px; /*height: 17px;*/
    font-size: 10px;
    background-color: #8fb2cc;
    margin-left: 5px;
    border: 1px solid #8fb2cc; /* padding-bottom:2px; */
    padding-right: 25px;
    padding-top: 6px;
    padding-left: 8px;
    margin-bottom: 6px;
    color: #ffffff;
}

.campo
{
    font-family: Arial;
    font-size: 11px;
    border: 1px solid #c4d4e8;
    line-height: 17px;
    height: 17px;
    margin-top: 0px; /*display: list-item;*/
    background: #c4d4e8;
    color: #1a5eb2;
    display: inherit;
    margin-right: 5px;
}

.drop
{
    font-family: Arial;
    font-size: 11px;
    border: 1px solid #c4d4e8;
    line-height: 17px;
    height: 21px;
    margin-top: 0px; /*display: list-item;*/
    background: #c4d4e8;
    color: #1a5eb2;
    display: inherit;
    margin-right: 5px;
    padding-left: 5px;
}
