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


span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.pollvotes, .pollresults {
    max-width:200px;    
}

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

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

.easypoll fieldset {
    border:0px;

}

.easypoll input.pollbutton {
    border:1px solid #333333;
    color:#000000;
    background-color:#999999;
}

.easypoll input:hover {
    background-color:#CCCCCC;
}
/* ------------------------------------- */
#easypollresult {
	width:83px;
	margin-top:10px;
	float:left;
	margin-left: 2px;
	font-size: 12px;
}
#easypollsubmit {
	width:83px;
	margin-top:10px;
	float:left;
	font-size: 12px;
}
/* ------------------------------------- */

div.easypoll_bar {
    height:8px;
    background-color:#FFF;
}

div.easypoll_inner {
	
    height:11px;
    background:url('/assets/snippets/EasyPoll/bar.jpg') repeat-x top;
    background-color:#618200;
}

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