p.vote-total {color: #949494; font-size: 89%;}

div.vote-results {margin-bottom: 2em;}
div.vote-results div.answer-variant {margin-bottom: 2.5em;}
div.vote-results div.answer-variant div.answer {margin-bottom: 0.1em;}

div.graph {
	background: #ea701c;
	position: relative;
	left: -13px;
	height: 25px;
	min-width: 50px;
	margin-top:5px;
}

div.graph .graph-r{
	float:right;
	width:12px;
	height:25px;
	background: url(/i/poll-bar-right.png);
	//background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/poll-bar-right.png', sizingMethod='crop');
}

div.graph .graph-l{
	width:12px;
	height:25px;
	background: url(/i/poll-bar-left.png);
	float:left;
	//background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/poll-bar-left.png', sizingMethod='crop');
}

div.graph .graph-value{
	position:absolute;
	left:100%;
	padding: 6px 0 0 10px; 
	font-size: 89%;
}


/* div.graph div.graph-r {background: url('/i/graph-r.gif') 100% 0 no-repeat; height: 23px;}
div.graph div.graph-l {background: url('/i/graph-l.gif') 0 0 no-repeat; height: 23px;} */
/* div.graph div.graph-value {color: white; text-align: right; padding: 4px 14px 0 14px; font-size: 89%;} */