@CHARSET "UTF-8";

.pollvotes, .pollresults { max-width:200px; background-color:#FFF; padding:5px; }
.pollvotes h3, .pollresults h3 { margin-top:0px; font-size:13px; color:#cc0000; text-transform:none; letter-spacing:0px; color: #000; }
.pollvotes ul, .pollresults ul { padding:0px 4px 0px 16px; }
.easypoll fieldset { border:0px; margin:0px; padding:0px; }
.easypoll input.pollbutton { border:1px solid #aaa; color:#cc0000; background-color:#FFF; }
.easypoll input:hover { background-color:#FFF; }
.easypoll_bar { height:8px; background-color:#FFF; }
.easypoll_inner { height:100%; background-color:#cc0000; }
.easypoll_error { border:1px solid #600; background-color:#FAA; padding:8px; }
