

.txtNoFocus
{
     background:White url(input2.jpg) repeat-x scroll center bottom;
    border:1px solid #777777;
    margin-bottom:3px;
    font-family:Verdana, Arial, Times New Roman;
    font-size:11px;
    padding:2px;
    width:98%;
}

.txtFocus
{
    background: white url(input.jpg) repeat-x scroll center bottom;
     
    border:1px solid #777777;
    margin-bottom:3px;
    font-family:Verdana, Arial, Times New Roman;
    font-size:11px;
    padding:2px;
    width:98%;
}

.txtHover
{
    background:white url(input.jpg) repeat-x scroll center bottom;
    border:1px solid #777777;
    margin-bottom:3px;
    font-family:Verdana, Arial, Times New Roman;
    font-size:11px;
    padding:2px;
    width:98%;
}

.botao
{
    background: white url(input2.jpg) repeat-x scroll center bottom;
    border:1px solid #777777;
    margin-bottom:3px;
    font-family:Verdana, Arial, Times New Roman;
    font-size:11px;
    padding:2px 5px 2px 5px;
}

.botao:hover
{
    background: white url(input.jpg) repeat-x scroll center bottom;
    border:1px solid #4F4F4F;
    margin-bottom:3px;
    font-family:Verdana, Arial, Times New Roman;
    font-size:11px;
    padding:2px 5px 2px 5px;
}
