a.button {
    background: url('../images/button_standard_a.gif') no-repeat top right;
    color: #444;
    display: block;
    float: left;
    font: normal 1.1em arial, sans-serif;
    height: 32px;
    margin-right: 6px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
   
    font-weight: bold;
}

a.button span {
    background: url('../images/button_standard_span.gif') no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 7px 5px 14px;
    text-decoration: none;
} 




a.button:hover {
    background: url('../images/button_pressed_a.gif') no-repeat top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
    text-decoration: none;
}

a.button:hover span {
    background: url('../images/button_hover_span.gif') no-repeat;
    padding: 6px 7px 4px 14px;
} 



div.inactiveButton {
background: url('../images/button_standard_a.gif') no-repeat top right;
    color: #aaa;
    display: block;
    float: left;
    font: normal 1.1em arial, sans-serif;
    height: 32px;
    margin-right: 6px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
   
    font-weight: bold;
}

div.inactiveButton div {
background: url('../images/button_standard_span.gif') no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 7px 5px 14px;
    text-decoration: none;
}