/* Bar Graphs */
div.poll .graph {
	width: 200px;
	position: relative;
	margin-right: 30px;
	margin-top: 2px;
}

div.poll .bar-title {
	position: relative;
	margin: 0;
	overflow: hidden;
	width: 190px;
	height: 1.4em;
	line-height: 1.4em;
}
div.poll .bar-container {
	position: relative;
	width: 184px;
	height: 10px;
	margin: 0px;
	margin-bottom:8px;
}

div.poll .bar-container div {
	background-color:#FF5C00;
	height: 10px;
	padding-left: 2px;
}
div.poll .bar-container strong {
 	position: absolute;
	right: -32px;
 	top: 0px;
	overflow: hidden;
}
div.poll #poll-results p {
	text-align: center;
}

div.poll .radio label {
	width: auto;
	width: 190px;
	}
div.poll .radio p {
	clear: both;
	}
