﻿body
        {
            background-color: #F5F5F5;
            font-family: Tahoma;
        }
        
        .bemVindo
        {
            font-size: 12px;
            color: Black;
            font-weight: normal;
        }
        
        .linkVerde
        {
            font-size: 12px;
            color: Green;
            text-decoration: none;
            font-weight: normal;
        }
        
        .linkVerde a
        {
            font-size: 12px;
            color: Green;
            text-decoration: none;
            font-weight: normal;
        }
        
        .linkVerde a:hover
        {
            text-decoration: underline;
        }
        .tituloLaranja
        {
            font-family: Tahoma;
            font-size: 16px;
            font-weight: bolder;
            color: #FF9900;
            vertical-align: super;
        }
        .divTbApelido
        {
            background-image: url('../../mf_novo/tb_apelido.png');
            background-repeat: no-repeat;
            display: table;
            float: left;
            width: 123px;
            height: 25px;
            margin: 0px 0.5em 0px 1em;
            padding-top: 4px;
            padding-left: 4px;
        }
        
        .divLogin
        {
            margin: 5px;
        }

        .divTbSenha
        {
            background-image: url('../../mf_novo/tb_senha.png');
            background-repeat: no-repeat;
            display: table;
            float: left;
            width: 123px;
            height: 25px;
            margin: 0px 1em 0px 0.5em;
            padding-top: 4px;
            padding-left: 4px;
            /*style="background-color: #F5F5F5"*/
        }
        
        .tbApelido
        {
            border-width: 0px;
            font-family: tahoma;
            font-size: 11px;
            color: #C0C0C0;
            width: 114px;
            height: 13px;
        }

        .tbSenha
        {
            border-width: 0px;
            font-family: tahoma;
            font-size: 11px;
            color: #C0C0C0;
            width: 114px;
            height: 13px;
        }
        
.esqueceuSenha
{
    font-family: Tahoma;
    font-size: 11px;
    vertical-align: super;
}

a.esqueceuSenha
{
    color: #000000;
    text-decoration: none;
}

a.esqueceuSenha:hover
{
    text-decoration: underline;
}

