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

@CHARSET "UTF-8";

.pollvotes, .pollresults {
    width:160px;
    padding:3px;
}

.pollvotes h3, .pollresults h3 {
    margin-top:0px;
    font-size:14px;
    color:#666666;
}
.pollvotes .h3, .pollresults .h3 {
    margin-top:0px;
    font-size:14px;
    color:#666666;
}
.pollvotes ul, .pollresults ul 

{list-style: none; margin: 0 0 0 0; padding-left: 0px;}

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

.easypoll input.pollbutton {
margin-top:15px;
    border:1px solid #666666;
    color:#666666;
}

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

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

.easypoll_inner {
    height:100%;
    background:url('../../templates/modxhost/images/foot_4x82.jpg') repeat-x top left;
    background-color:#E0000B;
}

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