a.Button {
    color: #333 !important;
    border: 0;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    background: transparent url('/limages/button-right.png') no-repeat scroll top right;
    padding-right: 12px; /* sliding doors padding */
    line-height: 16px;
    white-space: nowrap;
    text-decoration: none;
    margin: 5px;
}

a.Button.right {
    margin: 0 0 4px 4px;
}

a.Button .text {
    background: transparent url('/limages/button-left.png') no-repeat;
    display: block;
    float: left;
    padding: 3px 0px 4px 12px;
}

a.Button .text .icon {
    margin-top: 1px;
    margin-right: 4px;
}


a.Button:hover {
    background-position: right -48px;
}

a.Button:hover .text {
    background-position:  left -48px;
}

a.Button:active, a.buttonActive {
    background-position: right -24px !important;
}

a.Button:active .text, a.buttonActive .text {
    background-position:  left -24px !important;
    padding: 4px 0px 3px 12px;
}