#container{
	width:100%;
	border: 0px solid #eee;
	margin: 0;
	font: arial;
}
#container h1{
	margin:0; padding:5px; 
	font-size:11px; font-family:Georgia, serif;
	font-weight:normal; color:#333;
}
#container p{
	font-family:Georgia, serif; color:#333; 
	margin:0; line-height:2em;
}
#pollcontainer{
	margin:5px; border:0px solid #f3f3f3;
	background:#fff; padding:5px;
}
#loader{ display:none; text-align:center;}
.option{ margin:5px 0; }
.option p{ line-height:1.1em; font-size:11px; }
.bar{ height:10px; background:#FDDD00; }
.yourvote{ background:#FD7100; }
.pollques { font-weight: bold; }