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


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

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

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

.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
}
/*
input#EasyPollsubmit.pollbutton      {width:180px; margin-top:3px;}
#EasyPollresult.pollbutton INPUT   {width:180px; margin-top:3px;}
*/
.easypoll input.pollbutton  {width:180px; margin-top:3px; background-color:#F7F7F7; border:1px solid #CCCCCC;
}

.easypoll input:hover {
}

.easypoll_bar {
    height:8px;
    background-color:#FFF;
	width: 85%; 
	margin-left: 20px;
	margin-bottom: 10px;
}

.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;
}