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

@CHARSET "UTF-8";

.pollvotes, .pollresults {
    max-width:200px;
}

.pollvotes h3, .pollresults h3 {
    margin-top:0px;
    font-size:1.4em;
}

.pollvotes ul, .pollresults ul {
    padding:0px 4px 0px 16px;
}

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

.easypoll input.pollbutton {
    font-size:12px;
    font-family:Arial,sans-serif;
    height:18px;
    background-color:#779999;
    background-image:url('http://wingsoflight.org.ua/3style/assets/site/images/back03.gif');
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
    background-position: 0 0!important;
    background-position: -3px -3px;
}

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

.easypoll_bar {
    height:8px;
    background-color:#000;
}

.easypoll_inner {
    height:100%;
    background:url('http://wingsoflight.org.ua/3style/assets/site/images/ep_pollbar.jpg') repeat-x top left;
    background-color:#618200;
}

.easypoll_error {
    border:1px solid #600;
    background-color:#FAA;
    padding:8px;
}