.democracy {
max-width: 250px;
margin-bottom:10px;
}

.democracy img {
width: 100%;
margin-bottom: 4px;
vertical-align: middle;
}
.democracy div {border:none;}
.democracy input .democracy form {
padding:0px;
margin:0px;
width: auto;
}

.democracy .addAnswerText {
width: 80%;;
}

.dem-graph {
border: 1px solid #ccc;
height: 15px;
}

.dem-graph a, .dem-graph a:hover {
background: #CB7A39;
border-bottom: 10px solid #985A27;
border-right: 1px solid #ccc;
}
.dem-vote-link {
	color: #EAEDD2;
	padding: 3px;
	background-color:#DCDFC3;
	border:3px double #fff;
	margin: 0px 3px 0px 0px;
	font-family: Arial;
	font-size: 11px;
	float:left;
	clear:both;
	text-decoration:none;
	font-weight:bold;
}

* 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: #fff;
}

.dem-voted-for-this {
border-color: #888;
}

/* blix fix */
.democracy ul { padding: 0px; } 
.democracy label {
    float: none;

}
.democracy p{
	margin: 0px;
	padding: 0px 0px 3px 0px;
	clear:both;
	width:175px;
	float:left;
}
/*
.democracy ul li {
list-style: none;
background: none;
}
*/