#poll { width:250px; margin:0; position:relative; padding-bottom:10px; }
#poll form, #results { text-align:left; margin:0 0 0 30px; }	
#poll h5, #pollContainer p { margin: 5px 0 20px 0; font-weight:bold; }
#poll .error { margin:5px auto 0; background:url(images/warn.gif) no-repeat 0 0; padding-left:10px; width:182px; }
#poll input { margin:0 10px 0 0; }
#poll label { font-family:Verdana; font-size:10px; font-weight:bold; position:relative; top:-3px; }
#poll button { margin:5px 0 0; }
#results { width:200px; margin:5px auto 0; border-top:2px solid #ffffff; border-bottom:2px solid #ffffff; }
.row { width:200px; overflow:hidden; margin-bottom: 5px; }
#results label { width:93px; font-weight:bold; text-align:right; border-right:2px solid #ffffff; padding:5px 5px 10px 0; float:left; clear:both; height:10px; top:0; }
.result { background-color:#9dba18; width:0; float:left; height:21px; margin:2px 2px 2px 0; }
#poll #thanks { margin:0; position:relative; width:100%; text-align:center; clear:both; top:4px; }
