/*-------------------------   sexy button   ----------------------------------*/
a.button {
    background: url(../image/bg_button_a.gif) no-repeat top right;
    color: #444444;
    border: none;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button:hover {
    color: #ff7700;
    border: none;
    text-decoration: none;
}

a.button span {
    background: url(../image/bg_button_span.gif) no-repeat;
    border: none;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    border: none;
    color: #0083c8;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    border: none;
    padding: 6px 0 4px 18px;
}


