.sm-col-item #poll {
	clear: both;
	position: relative;
}

#poll h3 {
	text-transform: uppercase;
	font: bold 12px arial, sans-serif;
	margin: 20px 10px 3px 18px;
	color: #336699;
}

#poll h4 {
	font: normal 12px arial, sans-serif;
	margin: 20px 10px 3px 18px;
	color: #000;
}

#pollgraph #poll-results li {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 11px;
	position: relative;
	padding: 0 0 3px 0;
}

#formbox .button {
	color: #fff;
	padding: 3px 6px !important;
	font: bold 10px verdana, sans-serif !important;
	text-transform: uppercase;
	margin: 0px;
}

#formbox .button.black {
	background-color: #000 !important;
	border-left: 1px solid #fff;
	margin-left: -4px !important;
}

#poll-results {
	
}

#pollgraph #poll-results * {
	font: normal 10px arial, sans-serif;
	line-height: 11px;
}

#pollgraph #poll-results li div.bargraph {
	background-repeat: no-repeat;
	background-position: right 0;
	height: 17px;
	margin: 0 0 0 6px;
}

#votefeedback {
	color: #bbbbbb;
	margin: 5px 0 0 15px;
	text-align: center;
	font: normal 11px arial, sans-serif;
}

#votefeedback img {
	display: block;
	margin: 5px 0 0 30px
}

#pollgraph #poll-results li div.percent {
	
}

#poll p {
	margin: 0px 10px 15px 18px;
	font-size: 12px;
}

#poll label {
	display: block;
	font: bold 12px arial, sans-serif;
	margin: 0px 10px 6px 18px;
	_margin: 0px 10px 6px 0px;
	padding-left: 19px;
	position: relative;
}

#poll label input {
	position: absolute;
	_position: relative;
	top: 1px;
	left: 0;
}

#poll ul {
	margin: 10px 1px 0 17px;
}

#poll li {
	display: inline;
}