.democracy {
max-width: 250px;
}
.dem-vote-link{
	display: none;
}

.democracy img {
width: 100%;
margin-bottom: 4px;
vertical-align: middle;
}

.democracy input[type="radio"] {
vertical-align: middle;
margin: 0 2px 3px 4px;
padding: 0;
}

.democracy .addAnswerText {
width: 80%;;
}

.dem-graph {
    border: 2px solid #FFF;
	background: #FFF;
    height: 10px;
	width: 106px;
	float: left;
	margin: 0 4px 0 0;
	overflow-y: hidden;
}

.dem-graph a, .dem-graph a:hover {
	background: #000;
	border-bottom: 5px solid #000;
	border-right: 1px solid #000;

}


* html .dem-graph a, * html .dem-graph a:hover {
border-bottom-width: 6px;
}

* html .dem-graph {
height: 11px;
}

.dem-graph b, .dem-graph i {
color: #555;
}

.dem-voted-for-this {
border-color: #FFF;
}

/* blix fix */
.democracy ul { padding: 0; } 
.democracy label {
float: none;
display: inline;
}
.democracy ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

.democracy li {
	width:128px;
	padding: 0;
	margin:0 0 2px 4px;
	list-style-type: none;
	background: none;
}
.poll_percentage{
	font-size:7pt;
}
.dem-voted-for-this-wrap{
	width: 150px;
}
