.democracy {
/* max-width: 500px; */
background: #eee;
border-top: 2px solid #009;
margin: 10px 0;
padding: 10px;
}

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

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

.democracy .addAnswerText {
width: 80%;;
}

.dem-graph {
/* border: 1px solid #ccc; */
list-style-type: none !important;
height: 35px;
width: 95%;
}

.dem-graph a, .dem-graph a:hover {
background: url('bg_poll_bar.gif') repeat-x 0px 0px;
/* border-bottom: 5px solid #e0e0e0; */
/* border-right: 1px solid #ccc; */
padding-top: 3px;
}


* html .dem-graph a, * html .dem-graph a:hover {
/* border-bottom-width: 6px; */
 border-bottom-width: 1px;
background: #efefef url('bg_poll_bar.gif') repeat-x 0px 0px;
}

* html .dem-graph {
/* height: 11px; */
height: 20px;
}

.dem-graph b, .dem-graph i {
color: #005;
}

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

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

.democracy ul {
list-style: none !important;
background: none !important;
padding-left: 0 !important;
margin-left: 0 !important;
}

.democracy ul li {
list-style: none !important;
background: none !important;
padding-left: 0 !important;
margin-left: 0 !important;
}

.democracy ul li ul li {
list-style: none !important;
background: none !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
