.rate_widget {
    border:     0px solid #CCC;
    overflow:   visible;
    padding:    0px;
    text-align: center;
    margin-top: 10px;
}
.ratings_stars {
    background: url('../images/rating/star_empty.gif') center center no-repeat;
    float:      left;
    width:      17px;
    height:     16px;
    padding:    0px;
}
.ratings_vote {
    background: url('../images/rating/star_full.gif') center center no-repeat;
}
.ratings_over {
    background: url('../images/rating/star_highlight.gif') center center no-repeat;
}
.total_votes {
    float:left;
    margin-left:10px;
} 
.movie_choice {
    font: 10px verdana, sans-serif;
    margin: 0 auto 40px auto;
    width: 180px;
}
