a.button {
    background: transparent url('../img/btn_r.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 27px;
    margin-right: 2px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('../img/btn_l.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 12px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 13px 0 4px 18px;
}


a.buttonOff {
    background: transparent url('../img/btn_r.png') no-repeat scroll top right;
    color: #bbb;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 27px;
    margin-right: 2px;
    padding-right: 18px;
    text-decoration: none;
}

a.buttonOff span {
    background: transparent url('../img/btn_l.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 12px 0 5px 18px;
}

a.buttonOff:active {
    background-position: top right;
    color: #bbb;
    outline: none;
}

a.buttonOff:active span {
    background-position: top left;
    padding: 13px 0 4px 18px;
}


a.buttonOn {
    background: transparent url('../img/btn_r.png') no-repeat scroll bottom right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 27px;
    margin-right: 2px;
    padding-right: 18px;
    text-decoration: none;
}

a.buttonOn span {
    background: transparent url('../img/btn_l.png') no-repeat scroll bottom left;
    display: block;
    line-height: 10px;
    padding: 12px 0 5px 18px;
}

a.buttonOn:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.buttonOn:active span {
    background-position: bottom left;
    padding: 13px 0 4px 18px;
}




a.buttonWhite {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.buttonWhite span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.buttonWhite:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.buttonWhite:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

