.button:hover {
    border: 1px solid #0b93d5;
    background: #003147 url(images/ui-bg_highlight-soft_33_003147_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}

.button:active {
    border: 1px solid #26b3f7;
    background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}