/*
 * simple demo stylesheet for the EasyPoll Snippet v.0.2
 */

@CHARSET "UTF-8";

.pollvotes, .pollresults {
	width:100%;
    /*background-color:#ffffff;*/
    /*border:1px solid #79a100;*/
    padding:0 0 20px 0;
}

.pollvotes h3, .pollresults h3 {
    /*margin-top:0px;*/
	font-size:14px;
	font-weight:bold;
	color:#573a0e;
	background-image:url(/static_htmls/images/maincontents/contents_subHeaderBG.png);
	background-repeat:no-repeat;
	padding:5px 0 0 22px;
	margin-bottom:15px;
	border-bottom:#a78f67 2px solid;
	margin:0 3px 20px 3px;
}

.pollvotes ul, .pollresults ul {
    padding:0px 4px 0px 16px;
	list-style-type: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:#eeeeee;
}

.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;
}