.democracy {
}

.democracy img {
width: 100%;
margin-bottom: 4px;
vertical-align: middle;
}

.democracy input {
vertical-align: middle;
margin-right: 5px;
width: auto;
}

.democracy .addAnswerText {
width: 80%;;
}

.dem-graph {
border: 1px solid #CCC;
background: #F3F3F3;
height: 10px;
}

.dem-graph a, .dem-graph a:hover {
background: #F7F7F7;
border-bottom: 5px solid #CCC;
border-right: 1px solid #999;
}


* 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: #C00;
}

/* blix fix */
.democracy ul { padding: 0; } 
.democracy label {
float: none;
display: inline;
}

#dem-vote-button {
	float:left;
	padding:3px;
	border:1px #999 solid;
	background:#CCC;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:5px;
	margin-bottom:10px;
	text-decoration:none;
	color:#F30;
}
#dem-vote-link {
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:5px;
	margin-bottom:10px;
	text-decoration:none;
	color:#F30;
}

/*
.democracy ul li {
list-style: none;
background: none;
}
*/
