td {
	font-family: 'Average', Georgia, serif;
  font-size:1.6em;
}

.poll_title {
  font-size:1.6em;
  color:#000000;
  font-weight:bold;
  text-align:center;
  padding:2px;
  background:#efefef;
  border:1px solid #c0c0c0;
  margin-bottom:5px;
}

.poll_text {
  color:#000000;
  margin-bottom:5px;
      font-size:1.6em;

}

.poll_error {
  color:#a00000;
  padding:2px;
  background:#fff0f0;
  border:1px solid #c09080;
	margin-bottom:5px;
	    font-size:1.6em;

}

.poll_errortitle {
  color:#a00000;
  font-weight:bold;
      font-size:1.6em;

}

.poll_errortext {
  color:#700000;
      font-size:1.6em;

}

.poll_success {
  color:#008000;
  padding:2px;
  background:#f0fff0;
  border:1px solid #80c080;
  margin-bottom:5px;
      font-size:1.6em;

}

.poll_votelist {
  margin-bottom:5px;
}

.poll_voteitem {
  padding: 5px;
    font-size:1.6em;

}

.poll_votecount {
  margin-top:8px;
  font-weight:bold;
  text-align:center;
    font-size:1.6em;

}

.poll_resultitemtitle {
  font-weight:bold;
    font-size:1.6em;

}

.poll_resultitemvotes {
  font-size:1.6em;
  font-style:italic;
}

.poll_resultitembar {
  padding: 5px 0 15px 0;
}


