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

/*@CHARSET "UTF-8";*/

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

.pollvotes h5, .pollresults h5 {
    margin:0 0 15px;
    font-size:0.875em;
    /*color:#ccc;*/
}

.pollvotes ul, .pollresults ul {
    padding:0px 4px 0px 0;
	list-style-type:none;
	margin-bottom:15px;
}

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

.easypoll input.pollbutton {
    border:1px solid #ccc;
    color:#696965;
    background-color:#fff;
}

.easypoll input:hover {
    background-color:#FFF;
	border:1px solid #333;
}

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

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