a.c1
{
    background: url("/images/but_bg_sr.gif") repeat-x 0 0;
    padding: 3px 8px;
    border: 1px solid #badaa1;
    border-image: none;
    color: #428c5b;
}
a.c2
{
    background: url("/images/but_bg_sr.gif") repeat-x 0 0;
    border: 1px solid #9c0;
    border-image: none;
    color: #063;
}
a.c1:hover
{
    background: url("/images/but_bg_sr.gif") repeat-x 0 -44px;
    border: 1px solid #8cadce;
    border-image: none;
    color: #369;
}
a img
{
    border: currentColor;
    border-image: none;
}