.starVote {

}

a.stars, a.starsYellow, a.starsRed, a.starsBlue {
  float: left;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  width: 16px;
  height: 15px;
  display: block;
  background: url(../images/starvote.png) no-repeat 0 0;
}

a.starsNone {
  background-position: 0 0px;
}

a.starsYellow {
  background-position: 0 -16px;
}

a.starsPartYellow {
  background-position: -16px -16px;
}

a.starsRed {
  background-position: 0 -32px;
}

a.starsBlue {
  background-position: 0 -48px;
}

.stars-disabled,
.stars-disabled a,
.stars a {
  cursor: default !important;
}

.voteTitle {
	margin-left:5px;
}

#starVoteButton {
	margin-top:5px;
}

#starVoteText {
	margin-top:5px;
	margin-left:5px;
	font-style:italic;
	font-size:80%;
}

.redFrame {
	border: 1px solid red;
}