@charset "utf-8";
/* CSS Document */

ul {
padding: 10px; 
margin: 10px;
list-style-type: none;
list-style-image: none;
}


.pollresults li {
    clear:both;
    width:100%;
}
.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;
}
