#poll h2 {color: #000; font-size: 120%; margin-bottom: 10px;}
#poll h3 {color: #000; font-size: 110%; margin-bottom: 4px;}
.graph {
	width: 250px;
	position: relative;
	rightright: 30px;
}

.bar-title {
	position: relative;
	float: left;
	width: 104px;
	line-height: 20px;
	margin-right: 17px;
	font-weight: bold;
	text-align: rightright;
}

.bar-container {
	position: relative;
	float: left;
	width: 110px;
	height: 10px;
	margin: 0px 0px 15px;
}

.bar-container div {
	background-color: #cc4400;
	height: 20px;
}

.bar-container strong {
	position: absolute;
	right: -32px;
	top: 0px;
	overflow: hidden;
}

#poll-results p {
	clear: both;
	text-align: left;
}
#poll span {color: #000!important}