@charset "utf-8";
/* CSS Document */

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	padding-top: 10px;
}

.pollbutton {
	margin-top: -10px;
}

.pollvotes, .pollresults {
    max-width:212px;
    background-color:#FFF;
}

.pollvotes h3, .pollresults h3 {
    margin-top:0px;
}

.pollvotes ul, .pollresults ul {
	margin-left: 0px;
}

.pollvotes li, .pollresults li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	list-style-type: none;
}

.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
}

.easypoll input.pollbutton {
    color:#000;
    background-color:#e8e8e8;
}

.easypoll input:hover {
    background-color:#FFF;
}

.easypoll_bar {
    height:8px;
    background-color:#FFF;
}

.easypoll_inner {
    height:100%;
    background:url('EasyPoll_0.3.3/templates/modxhost/images/foot_4x82.jpg') repeat-x top left;
    background-color:#FFF;
}

.easypoll_error {
    background-color:#FFF;
    padding:8px;
}

