body
{
    background: url('../image/fundo.gif') repeat-x;
}

.textfield
{
    font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif, serif;
}

#footer
{
    width: 688px;
    height: 52px;
    left: 12%;
    font-size: 0.75em;
    text-align: center;
    position: absolute;
}

.loginfield
{
    font-size: 8pt;
    border: 0.1em solid #C7C8F5;
    width: 145px;
    height: 15px;
}

#loginbody
{
    position: absolute;

    margin-left: -344px;
    margin-top: -246px;

    width: 688px;
    height: 492px;

    top: 50%;
    left: 50%;

    background: url('../image/fundo_login.png') no-repeat;
}

#logo
{
    width: 241px;
    height: 117px;
    background: url('../image/logo_login_fjn.png') no-repeat;
    position: absolute;
    left: 0;
    top: 185px;
    left: 74px;
}

#loginfields
{
    background: url('../image/titulo_login_acesso.png') no-repeat;
    padding-top: 63px;
    padding-right: 100px;
    position: absolute;
    right: 0;
    top: 170px;
    width: 215px;
}

#login
{
    background: url('../image/bot_acessar.png') no-repeat;

    width: 83px;
    height: 30px;
    border: none;
    margin-left:0.9em;
}

#login:hover
{
    background: url('../image/bot_acessar02.png') no-repeat;
}

#type
{
    display: none
}

.simple
{
    padding: 0.12em 0
}

.simple label
{
    display: block;
    float: left;
    text-align: right;
    width: 64px;
    height: 20px;
}

.simple label#forget
{
    width: 116px;
    height: 22px;
}

.simple input
{
    vertical-align: bottom
}

.simple img
{
    vertical-align: middle
}

.invisivel
{
    padding-top: 72px;
    padding-right: 190px;
    position: absolute;
    right: 0;
    top: 170px;
    display: none;
    z-index: 1000;
}

#forgetpasswd
{
    cursor: pointer;
}