span.rate_it
{
    float:right;
    display:inline;
    width:95px;
    font-size: 8pt; 
    color: gray;
}

div.menu_evaluation_buttons
{
    margin-top:2px;
    height:20px;
    line-height:20px;
    vertical-align:middle;
}

a.menu_evaluation_good
{
    float:right;
    display:inlne;
    width:110px;
    height:15px;
    margin-left:5px;
    margin-top:3px;
    overflow:hidden;
    background: url(/images/button/review_evaluation_buttons__gray.png) no-repeat 0 0;
}

a:hover.menu_evaluation_good
{
    float:right;
    display:inlne;
    width:110px;
    height:15px;
    margin-left:5px;
    margin-top:3px;
    overflow:hidden;
    background: url(/images/button/review_evaluation_buttons__gray.png) no-repeat 0 -15px;
}

a.menu_evaluation_bad
{
    float:right;
    display:inlne;
    width:110px;
    height:15px;
    margin-left:5px;
    margin-top:3px;
    overflow:hidden;
    background: url(/images/button/review_evaluation_buttons__gray.png) no-repeat 0 -30px;
}

a:hover.menu_evaluation_bad
{
    float:right;
    display:inlne;
    width:110px;
    height:15px;
    margin-left:5px;
    margin-top:3px;
    overflow:hidden;
    background: url(/images/button/review_evaluation_buttons__gray.png) no-repeat 0 -45px;
}

span.eval_point
{
    float:right;
    display:inline;
    margin-left:5px;
    margin-top:1px;
    height:15px;
    line-height:15px;
}

