.poll_container {
	background-color	: #ccc;
	width				: 280px;
	height				: 220px;
	background			: #f2fae5;
}
.poll_form {
	margin				: 0px;
}
.poll_title {
	background			: #DDF2BF;
	font-weight			: bold;
	padding				: 10px 0px;
	text-align			: center;	
}
.poll_description {
	font-weight			: normal;
	font-style			: italic;
	font-size			: 11px;
	margin-top			: 2px;
	padding				: 2px 0px;
	text-align			: left;	 
	margin-left			: 10px;
}
.poll_question {
	font-weight			: bold;
	font-size			: 12px;
	mamrgin-top			: 2px;
	padding				: 2px 0px;
	text-align			: left;	 
	margin-left			: 10px;
}
.poll_answers {
	padding				: 5px;
	margin				: 10px 0px 10px 10px;
}
.poll_answer {
	clear				: both;
	margin				: 3px 0px;
}
.poll_answer_input {
	display				: block;
	float				: left;
}
.poll_answer_label {
	display				: block;
	float				: left;
}
.clearer {
	display				: block;
	clear				: both;
	line-height			: 0px;
	font-size			: 0px;
	height				: 0px;  
}
.poll_submit input {
	border				: 1px solid #799b47;
	background			: #9bc162;
	color				: #fff;
	font-weight			: bold; 
	margin-left			: 10px;
}
.poll_answer_result {
	clear				: both;
}
.poll_answer_result_bar {
	width				: 200px;
	float				: left;
	border				: 1px solid #DDF2BF
}
.poll_answer_result_bar_inner {
	height				: 20px;
	width				: 0px;
	background-color	: #DDF2BF;
	display				: block;
}
.poll_answer_result_perc {
	height				: 20px;
	width				: 25px;
	display				: block;
	float				: right;
}
