.clearjftbutt { /* generic container (i.e. div) for floating jftbutts */
    overflow: hidden;
    width: 100%;
}

a.jftbutt {
background: url(images/jftbutt_a.gif) no-repeat top right;
font: normal 12px verdana, arial, sans-serif;
color: ##00FF99!important;
text-decoration: none;
/*display: block;*/
float: left;
height: 24px;
margin-right: 6px;
padding-right: 18px; /* sliding doors padding */
}

a.jftbutt:hover {
color: #000000!important;
text-decoration: none;
}

a.jftbutt span {
background: url(images/jftbutt_div.gif) no-repeat;
display: block;
line-height: 14px;
padding: 5px 0 5px 18px;
}

a.jftbutt:active {
background-position: bottom right;
outline: none; /* hide dotted outline in Firefox */
}

a.jftbutt:active span {
background-position: bottom left;
color: #000000!important;
padding: 6px 0 4px 18px; /* push text down 1px */
}
