.democracy-choice {
display: block;
background: #06c;
height: 3px;
border-bottom: 2px solid #05a;
font-size: 1px;
}

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

/* BLIX fixies */
#democracy {
	margin-left: 0px;
	padding-left: 0px;
}
#democracy ul { 
	list-style: none;
	padding: 0px; 
	margin: 0px;
} 
#democracy li {
font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#democracy input { width: auto; }
#democracy label {
float: none;
display: inline;
}

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

#dem-total-votes { }
#poll-question { }
#democracy { }
