div.graph {
	float: left;
	height: 10px;
	background-color: #7592c1;
	margin: .2em 0 .5em 0;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #97b4e3;
	border-right-color: #537099;
	border-bottom-color: #537099;
	border-left-color: #97b4e3;
	}
	
span.percent {
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
	}
	
span#question {
	display: block;
	margin: .5em 0 .5em 0;
	}

span#totalvotes {
	display: block;
	clear: left;
	}
	
ul#txtPoll {
	margin: 0;
	padding: 0 0 1em 0;
	list-style: none;
	}
	
ul#txtPoll li {
	clear: left;
	padding: 0;
	}
