/*******************************************************************************
   Poll Stylesheet
*******************************************************************************/
.pollvotes, .pollresults {
    max-width:170px;
	color: #666666;
}

.pollvotes h3, .pollresults h3 {
    font-size:12px;
    color:#666666;
	font-weight: bold;
}

.pollvotes ul, .pollresults ul {
    padding: 5px 0 7px 0;
	list-style-type: none;
}

.pollvotes ul li, .pollresults ul li {
    padding-bottom: 3px;
}

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

.easypoll input:hover {
    background-color:#FFF;
}

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

.easypoll_inner {
    height:100%;
    background-color:#0066FF;
}

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