.poll {
	/*width: 300px;*/
	/*border: 1px solid black;*/
	clear:both;
}

.poll h1 {
	margin: 0px;
	text-align: center;
	width: 100%;
	font-size: 1em;
}

.poll .poll_results {
	width: 100%;
}

.poll .poll_results .poll_option {
	width: 100%;
}

.poll .poll_results .poll_option .poll_option_description {
	float: left;
	width: 100%;
}
.poll .poll_results .poll_option .poll_option_bar_wrap {
	margin-left: 50%;
	text-align: center;
}
.poll .poll_results .poll_option .poll_option_bar_wrap .poll_option_bar_outer {
	text-align: left;
	background: url('../images/percentImage.png') no-repeat;
	width: 123px;
	height: 12px;
	overflow: hidden;
}
.poll .poll_results .poll_option .poll_option_bar_wrap .poll_option_bar_inner {
	background: url(../images/percentImage_back1.png) no-repeat 1px 0px;
	text-indent: -5000px;
	overflow: hidden;
	font-size: 0px;
	height: 100%;
}

.poll .poll_footer {
	font-size: 0.8em;
}

.clear { clear: both; }