
.jfontsize-button {
    cursor: pointer;
    font: bold 12px arial;
    padding: 1px;
}
.jfontsize-button:hover {
    text-decoration: none;
}
.jfontsize-disabled, .jfontsize-disabled:hover {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #aaa;
}
#jfontsize-minus {
    background-image: url("btnMinus.fw.png");
    background-repeat: no-repeat;
    float: left;
    height: 25px;
    text-indent: -9999px;
    width: 25px;
}
#jfontsize-default {
    background-image: url("btnDefault.png");
    background-repeat: no-repeat;
    float: left;
    height: 25px;
    text-indent: -9999px;
    width: 25px;
}
#jfontsize-plus {
    background-image: url("btnPlus.png");
    background-repeat: no-repeat;
    float: left;
    height: 25px;
    text-indent: -9999px;
    width: 25px;
}
