.democracy {
max-width: 310px;
text-align: left;
}

.poll-question {
font-size: 1.2em;
font-family: 'Lucida Grande',Verdana,Sans-Serif;
line-height: 24px;
font-weight: normal;
margin:5px 0 0;
padding: 0;
}

.dem-results ul li{
list-style-type: none;
text-decoration: none;

}

.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;
height: 10px;
}

.dem-graph a, .dem-graph a:hover, .pollbar {
background: #b44c55;
border-bottom: 5px solid #a3242d;
border-right: 1px solid #ccc;
}





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

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

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

/*
.democracy ul li {
list-style: none;
background: none;
}
*/
