.democracy-choice {
display: block;
background: #A3C159;
height: 3px;
border-bottom: 2px solid #8AA34D;
font-size: 1px;
}

.dem-choice-border {
margin: 8px;
display: block;
background: #fff;
height: 5px;
width: 100px;
border: 1px solid #ccc;
}

/* BLIX fixies */
#democracyForm{
	display: inline;
	padding: 0px;
	margin: 0px;
}
#democracy input { 
	width: auto; 
}
#democracy ul { 
	padding:0px; 
	display: inline; 
} 
#democracy ul li{ 
	padding:0px; 
	display: inline; 
	margin-left: 10px;
} 
#democracy label {
	float: none;
	display: inline;
}

#voted-for-this { 
	border: 1px solid #333;
}

.dem-total-votes {
	margin-left: 10px:
}

.poll-question{
	font-family: verdana;
	font-size: 11px; 
	color: #000000;
	font-weight: bold;
	border: 0px solid #FFF;
	padding: 3px 0px 0px 4px;
	margin-bottom: -5px;
 }
#democracy {
	background: #F1F1E7;
	padding-bottom: 3px;
}