/*
 * simple demo stylesheet for the EasyPoll Snippet v.0.2
 */

@CHARSET "UTF-8";
.pollvotes ul li {margin-left:-12px ;}

.pollvotes, .pollresults {
    margin-top: 5px;
    clear:both;
    max-width:210px;
    background-color:#fff;
    padding:10px;
    border-top: 4px solid #000;
}

.pollvotes h3, .pollresults h3 {
    margin-top:0px;
    font-size:1.1em;
    color:#000;
    display: block;
}

.pollvotes ul, .pollresults ul {
    padding:0px 4px 0px 16px;
}

.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
}

.easypoll input.pollbutton {
    border:1px solid #eee;
    color:#fff;
    background-color:#000;
}

.easypoll input:hover {
    background-color: #333;
}

.easypoll_bar {
    height:8px;
    background-color:#fff;
}

.easypoll_inner {
    height:100%;
    background-color:#515054;
}

#anketa {margin-top: 15px; font-size: 12px;color: #000}
#anketa ul li {padding: 2px 2px 2px 0; border-bottom: 1px #fff solid; color: #000}
#anketa ul {margin: 0px; padding: 0px; margin-left: 10px; margin-bottom: 15px;color: #000}


.easypoll_error {
    border:1px solid #fff
    background-color:#f90000;
    padding:8px;
}