.democracy-choice {
display: block;
background: #FF57EA;
height: 13px;
border-bottom: 1px solid #A1437B;
border-right: 1px solid #A1437B;
border-top:  1px solid #EFAFEA;
border-left: 1px solid  #EFAFEA;
font-size: 1px;
}

.dem-choice-border {
margin: 8px 0;
display: block;
background: white;
height: 15px;
width: 200px;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-bottom: 1px solid #4A4A4A;
border-right: 1px solid #4A4A4A;
}

/* BLIX fixies */
#democracy input { width: auto; }
#democracy ul { padding: 0; } 
#democracy label {
float: none;
display: inline;
}

/* #voted-for-this { border: 1px solid black;} */

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


/* rob schreibt */
#democracy h2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #2c3333; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: Georgia, Verdana, Arial;
	vertical-align:top;
	Padding: 0;
}


#democracy {
	background-color: #EEEEEE;
	Padding: 10px;

}

#democracy ul {
	list-style: none;
}