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

@CHARSET "UTF-8";

.pollvotes, .pollresults {
    max-width:235px;
    background-color:#fff;
    border:1px solid #e1e1e1;
    padding:10px;
	height:auto;
}

.pollvotes h3, .pollresults h3 {
    margin-top:0px;
    font-size:1.2em;
    color:#007dc3;
	font-weight:normal;
}
.pollvotes h2, .pollresults h2 {
    margin-top:0px;
    font-size:1.5em;
    color:#dd60a2;
	padding: 0 0 0 0;
	margin:0 0 0 0;
}
.pollvotes hr, .pollresults hr {
padding:0 0 5px 0;
margin:0 0 5px 0;

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

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

.easypoll input.pollbutton {
    border:0px solid #007dc3;
    color:#007dc3;
    background-color:#fff;
}

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

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

.easypoll_inner {
    height:100%;

    background-color:#ff628b;
}

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