#easypoll {
        width: 200px;
}

#easypoll h3 {
        margin:0;
        font-size: inherit;
        text-indent: 0px;
        color: #fff;
}
#easypoll ul, .pollresults ul {
    list-style: none;
    margin:0;
    padding:0;
}
#pollbuttons {
        margin: 0px auto;
        text-align: center;
        margin-top: 20px;
}
.pollresults {
        padding-bottom: 20px;
}
.pollresults li {
    clear:both;
    width:100%;
    list-style-type: none;
    margin:0;
    padding:0;
}
.pollresults p {
        margin: 0 10px;
}
.pollvotes input {
        margin-left: 5px;
}
.pollvotes li {
    list-style-type: none;
    margin:0;
    padding:0;
}
.pollvotes ul {
    list-style: none;
    margin:0;
    padding:0;
}
.pollvotes ul input {
        background: transparent none;
        border: none;
}
.easypoll_bar {
    height:1.8em;
    line-height:1.8em;
    background-color:#eee;
    float:left;
    width:100%;
    margin-bottom:0.5em;
    padding:1px;
}
.easypoll_bar strong {
    float:left;
    display:block;
    padding:0px 5px;
    color: #555;
}
.easypoll_inner {
    height:100%;
    float:left;
    background-color:#000;
text-align:left;
}
.pollresults li {
        margin-bottom: 5px;
}

#easypollsubmit, #easypollresult {
        margin: 0 0 10px 0;
}
