.user-rating .user-voting { float: right; font-size: 10px; text-align: center; position: relative; top: -5px; }
.user-rating .user-voting .clear { clear: both; color: #aaa; }
.user-rating .user-voting .count { position: absolute; top: 46px; left: 69%; color: #aaa; }
.user-rating .user-voting .text { position: absolute; top: 46px; right: 33%; color: #aaa; }
.user-rating .user-voting .stars { background: url(../images/bill-stars-empty.png) no-repeat top left; width: 120px; height: 25px; text-align: left; cursor: pointer;  }
.user-rating .user-voting  .stars div { background: url(../images/bill-stars.png) no-repeat top left; width: 0px; height: 25px; text-align: left; }
.user-rating .user-voting.cantvote .stars   { cursor: default; }