.button:hover {
    border: 1px solid #000000;
    background: #1c1c1c url(images/ui-bg_glass_55_1c1c1c_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}

.button:active {
    border: 1px solid #cccccc;
    background: #ffffff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #222222;
}