
/**
 * Clase con rasgos en comun
*/
input.botonInput, div.botonDiv {
    background: #EEE url(../../img/cliente/desenhoV5/cabecera_fila.gif) left bottom repeat-x;
    color: #333;
    margin: 3px;
    padding: 3px;
    border-top: 1px solid #C3C3C3;
    border-left: 1px solid #C3C3C3;
    border-bottom: 2px solid #C3C3C3;
    border-right: 2px solid #C3C3C3;
    font-size: 11px;
    white-space: nowrap;
}


input.botonInput {
    cursor: pointer;
    height: 23px;
    text-align: right;
}


div.botonDiv {
    display: block;
    height: 17px;
    float: right;
    padding-bottom: 0;
}


div.botonDiv a,div.botonDiv a:visited,div.botonDiv a:active,div.botonDiv a:hover {
    display: block;
    text-align: right;
    color: #333;
    text-decoration: none;
}