.easypoll{
	padding: 10px; color: #fff;
}
.pollvotes h3{
	color: #fff; margin-bottom: 12px;
}

.pollvotes ul{
	margin-left: 5px; margin-bottom: 10px;
}
.pollresults li {
    clear:both;
    width:100%; font-size: 12px;
}
.pollresults h3{
	color: #fff; margin-bottom: 12px;
}
.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
}
.easypoll_bar {
    height:1.2em;
    background-color:#CCC;
    float:left;
    width:100%;
    margin-bottom:0.5em;
}
.easypoll_bar strong {
    float:left;
    display:block;
    padding:2px 3px;
    font-size:0.9em;
}
.easypoll_inner {
    height:100%;
    float:left;
    background-color:#000;
}