.poll_container {
	width 				: 252px;
	height				: 175px;
	background			: url(../../../../files/images/bg_poll_header.png) no-repeat;
}
.poll_form {
	margin				: 0px;
}
.poll_question {
	color				: #ffffff;
	font-weight			: normal;
	font-size			: 13px;
	margin				: 0px;
	height				: 41px;
	text-align			: left;
	padding-left		: 50px;
	padding-top			: 5px;
	padding-right		: 8px;
}
.poll_question .bold {
	font-weight			: bold;
}
.poll_answers {
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 10px;
}
.poll_answer {
	clear				: both;
	margin				: 0px 0px;
}
.poll_answer_input {
	margin-right		: 4px;
	margin-bottom		: 4px;
	display				: block;
	float				: left;
}
.poll_answer_label {
	font-size			: 11px;
	color				: #094d81;
	display				: block;
	float				: left;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 1px;
	cursor				: pointer;
}
.poll_answer_label span.number{
	font-weight			: bold;
}
.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				: 176px;
	float				: left;
	border				: 0 none;
	background			: #e0e9ed;
	height				: 12px;
}
.poll_answer_result_bar_inner {
	height				: 10px;
	width				: 0px;
	background			: url(../../../../files/images/bg_poll_bar.jpg) no-repeat;
	display				: block;
	margin				: 2px;
}
.poll_answer_result_perc {
	width				: 20px;
	font-size			: 11px;
	color				: #094d81;
	display				: block;
	float				: left;
	margin-left			: 8px;
	height				: 16px;
}
.poll_answer_result_votes {
	width				: 20px;
	font-size			: 11px;
	color				: #094d81;
	display				: block;
	float				: left;
	margin-left			: 8px;
}
/* POLL VIEW */
.poll_view .poll_answer_label {
	padding-top			: 3px;
}
.poll_view .poll_answer_input {
	margin-bottom		: 7px;
}
/* RESULT VIEW */
.result_view .poll_answer_label {
	font-size			: 11px;
	color				: #094d81;
	display				: block;
	float				: left;
	text-decoration		: none;
	cursor				: auto;
}