﻿.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin-right: 0px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    cursor:pointer;
}

.button div {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 0px 0 5px 5px;
    height: 22px;
} 

