.rate-base-layer
{
    color: #aaa;
    height: auto !important;
}
.rate-hover-layer
{
    color: orange;
}
.rating
{
    font-size: 22px;
    overflow-y: visible;
}
.rating .rate-hover-layer
{
    color: pink;
}
.rating .rate-select-layer
{
    color: red;
}

.im2
{
    background-image: url('/images/reviews/stars_0.gif');
    background-size: 19px 21px;
    background-repeat: no-repeat;
    width: 19px;
    height: 21px;
    display: inline-block;
}