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

.row { width:205px; overflow:hidden; position:relative; padding-top:2px;}
.row label {padding-left:5px;}
.result { background-color:#DA251E; width:0; float:left; height:21px; margin:-11px 2px 2px 0; position:absolute; left:98px; top:50%; }
.results-count { width:15px; float:left; height:21px;}
#results { width:195px; border-top:2px solid #DA251E; border-bottom:2px solid #DA251E; padding-bottom:2px; }
#results label { width:93px; font-family:Verdana; font-size:11px; font-weight:bold; text-align:right; border-right:2px solid #DA251E; padding:5px 5px 10px 0; float:left; clear:both; top:0; }
#pollContainer {width: 195px;}
#pollContainer #thanks { margin:0; position:relative; width:49%; text-align:center; top:4px; float:left; }
#pollContainer #archive { margin:0; position:relative; width:49%; text-align:center; top:4px; float:right; }
#pollContainer #results { text-align:left; }	
