#poll {
	width:235px;
}
#poll .top,
#poll .middle,
#poll .bottom {
	width:235px;
}
#poll .top {
	padding:10px 10px 10px 60px;
	background-image:url(/images/backgrounds/sticky-blue-top.png);
	background-repeat:no-repeat;
	min-height:40px;
	font-size:20px;
}
#poll .top .title {
	width:150px;
}
#poll .middle {
	background-image:url(/images/backgrounds/sticky-blue-middle.png);
	padding-left:10px;
	padding-right:5px;
	width:220px;

}
#poll .bottom {
	padding:0 10px;
	background-image:url(/images/backgrounds/sticky-blue-bottom.png);
	background-repeat:no-repeat;
	min-height:32px;
}
.polls_question {
	padding-bottom:15px;
	color:#222659;
	font-weight:bold;
}
.poll_opt_text {
	color:#222659;
}
.poll_opt {
	float:left;
	padding-right:5px;
}
.input {
	padding-bottom:10px;
}
.poll-result-left {
	background-image: url(/images/backgrounds/poll-left.png); width: 9px; height: 14px;
	float:left;
}
.poll-result-right {
	background-image: url(/images/backgrounds/poll-right.png); width: 9px; height: 14px;
	float:left;
}
.polls_barline {
	background-image: url(/images/backgrounds/poll-result.png); height: 14px;
	float:left;background-repeat:repeat-x;
}
div.poll-result {
	padding:10px 0;
}
#poll .submit {
	background-image:url(/images/backgrounds/orange-button.png);
	cursor:pointer;
	height:23px;
	padding-top:4px;
	text-align:center;
	width:84px;
}
.right-module #poll {
	margin-left:30px;
}
.poll-result,
table.polls_result_table {
	color:#222659;
}

