/*
 * simple demo stylesheet for the EasyPoll Snippet v.0.2
 */

@CHARSET "UTF-8";

.pollvotes, .pollresults {
    max-width:210px;
    padding:20px;
    color:#97a608;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin-top: 0px;
    margin-left: -5px;

}

.pollvotes h3, .pollresults h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    margin-top: 0px;
    margin-left: 15px;
    font-size: 12px;
    color:#516705;
}

.pollvotes ul, .pollresults ul {
#    padding:0px 10px 0px 16px;
    margin-left: -24px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color:#4c5038;
}

.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;

}

.easypoll input.pollbutton {
    border:0px solid #79a100;
    font-family: Verdana, Geneva, sans-serif;
    color:#d7dd83;
    font-weight: bold;
    font-size: 11px;
    width:85px; 
    height:19px;
    background-image: url(../images/button.png);
}

.easypoll input:hover {
    background-color:#89ae07;
}

.easypoll_bar {
    height:10px;
    border:1px solid #afbc0a;
    background-color:#d3d9c0;
}

.easypoll_inner {
    height:100%;
    background-color:#ee4200;
}

.easypoll_error {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color:#4c5038;
    margin-top: 70px;
    margin-left: 30px;

}
