﻿body
{
    font-family: Trebuchet MS;
    font-size: 10px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    background-color: #404040;
}
div.login
{
    width: 355px;
    height: 388px;
    border: 1px solid #d5d5d5;
    background: url(../Img/bg/bg_boxLogin.gif);
    float: left;
    margin-right: 5px;
}
div.vantagens
{
    width: 573px;
    height: 388px;
    border: 1px solid #d5d5d5;
    float: left;
    background: url(../Img/bg/bg_boxLogin.gif);
}
.acesso
{
    margin: 15px 20px 0px 20px;
}
.titulo
{
    font-weight: bold;
}
.login .titulo
{
    font-size: 1.8em;
    margin-bottom: 10px;
}
.vantagens .titulo
{
    font-size: 2.4em;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.descricao
{
    font-size: 1.4em;
}
.form
{
    margin-top: 20px;
}
.form th
{
    font-size: 1.1em;
    text-align: left;
    width: 65px;
}
.form th, .form td
{
    height: 30px;
}
a.esqueci
{
    font-size: 1.1em;
    color: #003366;
    text-decoration: none;
}
.linha
{
    height: 1px;
    color: #c1c1c1;
    width: 345px;
}
.cadastrese
{
    margin-top: 40px;
    text-align: center;
}

