#polls { padding: 5px; }
#polls div  { margin-bottom: 3px; background: #f9f9f9; }

#polls span.question { font-weight: bold; padding-bottom: 10px; font-size: 13px; background: #fff; }
#polls span { color: #000; font-size: 12px; margin-right: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 4px; background: #fff; }
#polls #results .result { margin-top: 5px; margin-bottom: 0px; color: #999; }
#polls #results .result div.vote { clear: both; color: #999; width: 340px; height: 15px; background: #fff; }
#polls #results .result div.vote div.red { float: left; height: 15px; background: #ff0000; margin-right: 10px; }
#polls .h { height: 10px; }