#rateframe {
  margin: 20px auto; 
  width:100%; 
  min-width: 301px; 
  box-shadow: 0px 0px 1px #666; 
  border-radius: 2px; 
  overflow: hidden;
}
.social_beacon_rater {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display:block;
  width:215px;
  height:50px;
  margin:0 auto;
  margin-bottom: 20px;
  padding:12px 12px 12px 55px;
  text-align:right;
  border:1px solid #f3f3f3;
  background:#fbfbfb url('http://d3quiyb59qw5ad.cloudfront.net/mystique/common/rate-us.png') no-repeat 12px center;
}
.rate-us-popup {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display:inline-block;
  padding:12px 12px 12px 55px;
  border:1px solid #eee;
  background:#fbfbfb url('http://d3quiyb59qw5ad.cloudfront.net/mystique/common/rate-us.png') no-repeat 12px center;
  color:#fff;
  z-index: 1000;
}
.social_beacon_rater .star-bar, .rate-us-popup .star-bar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position:relative;
  display:inline-block;
  width:145px;
  height:25px;
  background:url('http://d3quiyb59qw5ad.cloudfront.net/mystique/common/stars.png');
  cursor:pointer;
  background-position:0 0px;
}
.social_beacon_rater .star-bar.hover-0-5, .rate-us-popup .star-bar.hover-0-5 { background-position:0 250px; }
.social_beacon_rater .star-bar.hover-1-0, .rate-us-popup .star-bar.hover-1-0 { background-position:0 225px; }
.social_beacon_rater .star-bar.hover-1-5, .rate-us-popup .star-bar.hover-1-5 { background-position:0 200px; }
.social_beacon_rater .star-bar.hover-2-0, .rate-us-popup .star-bar.hover-2-0 { background-position:0 175px; }
.social_beacon_rater .star-bar.hover-2-5, .rate-us-popup .star-bar.hover-2-5 { background-position:0 150px; }
.social_beacon_rater .star-bar.hover-3-0, .rate-us-popup .star-bar.hover-3-0 { background-position:0 125px; }
.social_beacon_rater .star-bar.hover-3-5, .rate-us-popup .star-bar.hover-3-5 { background-position:0 100px; }
.social_beacon_rater .star-bar.hover-4-0, .rate-us-popup .star-bar.hover-4-0 { background-position:0 75px; }
.social_beacon_rater .star-bar.hover-4-5, .rate-us-popup .star-bar.hover-4-5 { background-position:0 50px; }
.social_beacon_rater .star-bar.hover-5-0, .rate-us-popup .star-bar.hover-5-0 { background-position:0 25px; }