.tabelaFormulario 
{
    -moz-border-radius: 6px;
    background-color:#8ecceb;
    border-right-width:1px;
    border-right-style: solid;
    border-right-color: #006699;
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-bottom-color: #006699;
    border-top-width:1px;
    border-top-style: solid;
    border-top-color: #ccffff;
    border-left-width:1px;
    border-left-style: solid;
    border-left-color: #ccffff;    
    width: 100%;
}

.botao{
   -moz-border-radius: 6px;
    background-color:#66ccff;
    color:black;
    border-right-width:1px;
    border-right-style: solid;
    border-right-color: #006699;
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-bottom-color: #006699;
    border-top-width:1px;
    border-top-style: solid;
    border-top-color: #ccffff;
    border-left-width:1px;
    border-left-style: solid;
    border-left-color: #ccffff;
}

.botao:hover{
    background-color:#096d9f;
    cursor: pointer;
}

.botaoDisabled{
   -moz-border-radius: 6px;
    background-color:#e9e9e9;
    color:black;
    border-right-width:1px;
    border-right-style: solid;
    border-right-color: #006699;
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-bottom-color: #006699;
    border-top-width:1px;
    border-top-style: solid;
    border-top-color: #ccffff;
    border-left-width:1px;
    border-left-style: solid;
    border-left-color: #ccffff;
}

.botaoDisabled:hover{
/*    background-color:#096d9f;
    cursor: pointer;*/
}
