.wp-polls {
  font-size: 90%;
  float: none;
  position: relative;
  padding-bottom: 45px;
}

.wp-polls label {
  font-weight: normal;
}

.wp-polls .pollbar {
  display: block;
}

.wp-polls div,
.wp-polls p,
.wp-polls-ans div,
.wp-polls-ans p {
  float: none;
}

.wp-polls-loading {
  display: none;
}


.wp-polls .votebutton {
  margin: 15px 0 10px 0;
  display: block;
	background: url('./images/vote.png') no-repeat;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0px;
  width: 48px;
  height: 18px;
  border: none;
}

.wp-polls .voteresults {
  margin: 15px 0 10px 0;
  display: block;
	background: url('./images/viewvotingresults.png') no-repeat;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0px;
  width: 98px;
  height: 18px;
  border: none;
}

.wp-polls ul {
  margin: 10px 0 15px 0;
  padding: 0;
  list-style-type: none;
}

.wp-polls li {
  margin: 0;
  padding: 0;
  float: none;
}
