.stars_box {
  display: inline-block;
  cursor: none;
}
.stars_box.editable {
  background: #2B5C8F;
  background: -moz-linear-gradient(bottom,#2B5C8F 0%,#3A7BBF 47%,#3F89C8 98%);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#2B5C8F),color-stop(47%,#3A7BBF),color-stop(98%,#3F89C8));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B5C8F', endColorstr='#3F89C8',GradientType=0 );
  border-radius: 11px   ;
  -moz-border-radius: 11px   ;
  -webkit-border-radius: 11px   ;
  cursor: pointer;
  padding: 6px;
}
.stars_hover_text {
  font-size: 18px;
  font-weight: bold;
  padding-left: 4px;
  position: relative;
  top: -12px;
}
