/* Static View-only Star Version */
.fivestar-bigstar div.fivestar-widget-static .star {
  background-image: url(star.png);
  width: 42px;
  height: 40px;
}

.fivestar-bigstar div.fivestar-widget-static .star span.on {
  background-image: url(star.png);
  background-position: 0px bottom;
  width: 42px;
  height: 40px;
}

.fivestar-bigstar div.fivestar-widget-static .star span.off {
  background-image: url(star.png);
  width: 42px;
  height: 40px;
}

/* Javascript Star Version */
.fivestar-bigstar div.fivestar-widget .cancel,
.fivestar-bigstar div.fivestar-widget .cancel a {
  background-image: url(cancel.png);
}
.fivestar-bigstar div.fivestar-widget .star,
.fivestar-bigstar div.fivestar-widget .star a {
  background-image: url(star.png);
  width: 42px;
  height: 40px;
  margin-right: 10px;
}
.fivestar-bigstar div.fivestar-widget .star-last,
.fivestar-bigstar div.fivestar-widget .star-last a {
  margin-right: 0px;
}
.fivestar-bigstar div.fivestar-widget div.hover a,
.fivestar-bigstar div.rating div a:hover {
  background-image: url(star.png);
  background-position: 0px -40px;
  width: 42px;
  height: 40px;
}
.fivestar-bigstar div.fivestar-widget div.on a {
  background-position: 0px bottom;
}
.fivestar-bigstar .form-type-fivestar .form-item {
	margin-bottom: 20px;	
}