
.democracy {
	border-bottom: 2px solid #3395E2;
	padding: 3px 0 13px 0;
}

.democracy img {
	width: 100%;
	margin-bottom: 4px;
	vertical-align: middle;
}

.democracy input {
	margin: 0 2px 0 0;
	vertical-align: middle;
}

.democracy .addAnswerText {
	width: 80%;
}

.dem-graph {
	border: 1px solid #CCC;
	height: 11px;
	line-height: 11px;
}

.dem-graph a,
.dem-graph a:hover {
	background: #EEE;
	border-bottom: 6px solid #DDD;
}

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

/* blix fix */
.democracy ul {
	border-bottom: 1px dotted #CCC;
	padding: 5px 0 11px 0 !important;
	margin-bottom: 13px;
	list-style: none !important;
} 

.democracy label {
	display: inline;
	float: none;
}




