﻿body 
{
    background-color: #F5F5F5;
    font-family: Tahoma;
}
.tbBusca
{
    border-width: 0px;
    float: right;
    margin-top: 25px;
    height: 15px;
    width: 240px;
    font-family: Tahoma;
    font-size: 12px;
    color: #808080;
}

.divTbBusca
{
    background-image: url('../../mf_novo/tb_busca.png');
    background-repeat: no-repeat;
    width: 283px;
    height: 50px;
    display: table;
    float: left;
}

.btBusca
{
    margin-top: 22px;
}

.mensagem
{
    font-size: 11px;
    color: #FF0000;
}

.dicas
{
    font-size: 11px;
    color: #000000;
    text-align: right;
    width: 350px;
}

a.dicas
{
    color: #000000;
    text-decoration: none;
    text-align: right;
}

a.dicas:hover
{
    text-decoration: underline;
}
