

.buttons {
    overflow: hidden;
}
.buttons a,
.buttons span.button {
    background: transparent url(silver_button-right.gif) no-repeat scroll top right;
    color: #222;
    display: block;
    float: left;
    font-size: 8pt;
    font-family: Tahoma, arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    text-align: center;
}
.buttons a span,
.buttons span.button span {
    background: transparent url(silver_button-left.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.buttons a.grey {
    background: transparent url(grey_button-right.gif) no-repeat scroll top right;
}
.buttons a.grey span {
    background: transparent url(grey_button-left.gif) no-repeat;
    color: #fff;
    font-weight: bold;
}
.buttons a.gold {
    background: transparent url(gold_button-right.gif) no-repeat scroll top right;
}
.buttons a.gold span {
    background: transparent url(gold_button-left.gif) no-repeat;
    color: #fff;
    font-weight: bold;
}
.buttons a.red {
    background: transparent url(red_button-right.gif) no-repeat scroll top right;
}
.buttons a.red span {
    background: transparent url(red_button-left.gif) no-repeat;
    color: #fff;
    font-weight: bold;
}
.buttons a.icon span {
    padding-left: 10px;
}
.buttons a:hover {
    background-position: bottom right;
    color: #000;
}
.buttons a:hover span {
    background-position: bottom left;
}
.buttons a.disabled,
.buttons a.disabled:hover {
    color: #aaa;
    background: transparent url(silver_button-right.gif) no-repeat scroll top right;
}
.buttons a.disabled span,
.buttons a.disabled:hover span {
    color: #aaa;
    background: transparent url(silver_button-left.gif) no-repeat;
}