#container{
	width:380px;
	border:0;
	margin:0;
}
#container h1{
	margin:0; padding:5px; 
	font-size:1em; font-family:Georgia, serif;
	font-weight:normal; color:#333;
}
#container p{
	color:#555555;
  font-family:Verdana;
  font-size:11px;
  font-style:normal;
  font-weight:normal;
  line-height:1em;
  margin:0 0 1px 0;
}
#pollcontainer{
	margin:0 5px;
  /*border:1px solid #f3f3f3;*/
	/*background:#f9f9f9;*/
  padding:5px;
}
.pollques { margin-bottom:3px;font-weight:bold !important; }
#loader{ display:none; text-align:center;}
.option{ margin:4px 0; }
.option p{ line-height:1.1em; font-size:0.85em; }
.bar{ height:10px; background:#3399cc; }
.yourvote{ background:#113399; }