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

@CHARSET "UTF-8";

#left_menu #poll div {
 padding-left: 10px;
}

#left_menu #poll #easypoll {
 padding-left: 0;
}

#left_menu #poll div.easypoll_bar {
 padding-left: 0;
}

#poll h3 {
  color: #2aa203;
}

fieldset {
  border: 0px solid black;
}

.pollvotes, .pollresults {
    max-width:200px;
    border:0px solid #79a100;
    padding:10px;
}

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

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

.pollvotes ul li, .pollresults ul li {
  list-style-type: none;
  margin-left: 5px;
  margin-right: 10px;
  
}

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

.easypoll input.pollbutton {
    border:0px 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-color:#d191ae;
}

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