div#poll,div#poll div.boxLeftCenter {
	width:232px
}

div#poll div.boxLeftCenter {
	font-size:11px
}

div#poll div.boxLeftCenter,div#poll div.boxLeftBottom,div.pollBody div.result {
	float:left
}

div.pollHeader {
	border-top:1px solid #fb7;
	border-bottom:1px solid #cf8653;
	padding:15px;
	background:url('/assets/images/poll_header_bg.png') left top repeat-x #ff6900;
	color:white
}

div.pollBody {
	padding:5px 15px
}

div.pollBody ul {
	margin:0;
	padding:0
}

div.pollBody li {
	list-style-type:none;
	padding-left:16px;
	text-indent:-16px;
	margin:8px 0
}

div#poll,div#poll div.boxLeftCenter div.button,div.pollBody div.option {
	clear:both
}

div#poll div.boxLeftCenter div.button {
	margin-right:15px
}

div.pollBody div.result {
	background:url('/assets/images/poll_result_bg.png') left center repeat-x white;
	padding:3px 0;
	margin-bottom:5px;
	min-width: 21px;
	padding-left: 8px;
}

div.pollBody div.result span {
	background:white;
	padding:5px 0 1px 5px;
	float:right;
	font-weight:bold;
	border-left: 1px solid #CDCDCD;
	margin-right: -4px;
	width: 22px
}

div.pollHeader hr {
	border:none;
	border-top:1px solid #fff;
	height:0
}
