/* POLL QUESTION */
.poll {
}
.poll_question {
}
.poll_options {
}
.poll_options ul {
	margin-left: 2px;
	margin-top: 3px;
	list-style: none;
}
.poll_options ul li {
}
.poll_options ul li a {
	font-weight: bold;
}

/* POLL RESULTS */
.poll_result {
}
.poll_result_question {
}
.poll_result_voted {
	font-weight: bold;
	padding-top: 3px;
}
.poll_result_options {
}
.poll_result_options ul {
	list-style: none;
}
.poll_result_options ul li {
}
.poll_result_selected {
	/* this is set to the specific li */
}
.poll_result_option {
	font-weight: bold;
	padding-top: 3px;
}
.option_specs {
	display: none;
}
.poll_result_percent {
}
.poll_result_bargraph {
	height: 10px;
	width: 120px;
	text-align: left;
}
.poll_result_bargraph_fill {
	height:8px;
	padding-top:3px;
}
