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



.pollvotes, .pollresults {
    max-width:300px;
    background:#cfe295 url(slike/poll_bg-2.png) repeat-y;
    border:2px solid #79a100;
    padding:10px;
}

.pollvotes h3, .pollresults h3 {
    margin-top:0px;
    font-size:1.4em;
    color:#618200;
    margin-bottom: 10px;
}

.pollvotes ul, .pollresults ul {
    padding:0px 4px 0px 16px;
    margin: 0;
    list-style-image: none;
    background:url(slike/poll_mark.png) no-repeat top right;
}
.pollvotes ul li, .pollresults ul li {
  margin: 0;
  padding: 0;
  font-family: Gill Sans,sans-serif;
  font-size: 0.7em;
  line-height: 1em;
  margin-bottom: 5px;
  list-style-image: none;
}
.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
}

.easypoll input.pollbutton {
    border:1px solid #79a100;
    color:#618200;
    background-color:#d8e6af;
}

.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:#618200;
}

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