.democracy {
	color: black;
	font-family: "Trebuchet MS" sans-serif;
	font-size: 90%;
	max-width: 450px;
	padding-left: 5px;
	margin-top: 30px;
}

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

.democracy input {
	vertical-align: middle;
	margin-right: 5px;
	width: auto;
}

.democracy .addAnswerText {
	width: 80%;
}

.democracy ul {
	margin: 0;
	padding: 0;
}

.dem-graph {
	border: 1px solid #FED3D3;
	height: 10px;
}

.dem-graph a, .dem-graph a:hover {
	background: #efefef;
	border-bottom: 5px solid #FED3D3;
	border-right: 1px solid #FED3D3;
}

.dem-total-votes {
	font-size: 90%
}

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

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

.poll-question {
	color: #900;
}

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

.democracy ul li {
	color: #600;
	font-size: 90%;
	list-style: none;
	background: none;
}