a.bb {
    background: transparent url('/img/btn_33_left.gif') no-repeat top left;
    display: block;
    float: left;
    line-height: 25px;
    height: 33px;
    padding-left: 8px;
    text-decoration: none;
    font-family:"lucida grande",tahoma,arial,sans-serif;
    font-size: 18px;
    outline: none;
}

a.bbr {
    background: transparent url('/img/btn_33_left.gif') no-repeat top left;
    display: block;
    float: right;
    line-height: 25px;
    height: 33px;
    padding-left: 8px;
    text-decoration: none;
    font-family:"lucida grande",tahoma,arial,sans-serif;
    font-size: 18px;
    outline: none;
}

a:link.bb, a:visited.bb, a:hover.bb, a:active.bb, a:link.bbr, a:visited.bbr, a:hover.bbr, a:active.bbr {
    color: white;
}

a.bb span, a.bbr span {
    background: transparent url('/img/btn_33_right.gif') no-repeat top right;
    display: block;
    padding: 4px 10px 4px 2px;
}

a:hover.bb, a:hover.bbr {
    text-decoration: none;
}

.buttonwrapper {
    overflow: hidden;
    width: 100%;
}