/*
 * links that look like the green buttons
 * but can extend
 */

/* long: width 400 arrow: width 19 height: 26 */
a.mx-buttonlink {
    float:left;
    display: block;
    height: 26px;
    background: transparent url(/images/expandbtnleft.gif) left top no-repeat;
    margin-right: 26px;

    font: bold 13px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}
a.mx-buttonlink span {
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
    background: transparent url(/images/expandbtnright.gif) right top no-repeat;

    line-height: 26px;
}

