.simplevote_widget {
  margin-top: 1px;
  border:0px black solid;
}

.vote-on, .vote-off {
  float:left;
  width:16px;
  height:16px;
  border:0px solid;
  text-decoration: none;
}

.vote-on {
  
  background: url(star-full.png) no-repeat 0 0px;
  cursor:pointer;
}

.vote-off {
  
  background: url(star-empty.png) no-repeat 0px 0px;
    cursor:pointer;

}

a.vote-on:hover {
  
  background: url(star-full.png) no-repeat -16px 0px;
    cursor:pointer;

}

a.vote-off:hover {
  
  background: url(star-empty.png) no-repeat -16px 0px;
    cursor:pointer;

}