        .rate_widget {
            border:     1px solid #CCC;
            overflow:   visible;
            padding:    10px;
            position:   relative;
            width:      120px;
            height:     40px;
        }
        .ratings_stars {
            background: url('star_empty.gif') no-repeat;
            float:      left;
            height:     16px;
            padding:    2px;
            width:      16px;
        }
        .ratings_vote {
            background: url('star_full.gif') no-repeat;
        }
        .ratings_over {
            background: url('star_highlight.gif') no-repeat;
        }
        /*
        .total_votes {
            background: #eaeaea;
            top: 58px;
            left: 0;
            padding: 5px;
            position:   absolute;
        }
        .thank_you_for_voting {
            top: 5px;
            left: 150px;
            padding: 5px;
            width:      100px;
            position:   absolute;
        }
        */
