.button:hover {
    border: 1px solid #cdd5da;
    background: #f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #111111;
}

.button:active {
    border: 1px solid #eeeeee;
    background: #ffffff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #cc0000;
}