.poll_title {
	width: 300px;
	height: 16px;
	background-color: #dfdfdf;
	margin-bottom: 8px;
	font-size: 11px;
}

.poll_question {
	margin-bottom: 6px;
}

.option_radio {
	float: left;
	width: 21px;
	height: 20px;
}

.option_label {
	float: left;
	width: 120px;
	padding-top: 3px;
	font-size: 11px;
}

.option_gfx {
	float: left;
	width: 121px;
	margin-top: 3px;
	border-left: 1px solid #3c3c3c;
	height: 13px;
	background-color: #dfdfdf;
}

.option_percent {
	float: left;
	width: 30px;
	padding-top: 3px;
	text-align: right;
	font-size: 11px;
}

.options_wrap {
	width: 300px;
}

.option {
	height: 24px;
}

.poll_footer {
	text-align: right;
}

.poll_wrap{
	float: left;
	width: 300px;
	height: 210px;
	margin-top: 7px;
	margin-right: 15px;
}
