#container{
	width:208px;
	border:1px solid #eee;	
}
#container h1{
	margin:0; 
	padding:5px; 
	font-size:12px; 
	font-family:Georgia, serif;
	font-weight:normal; 
	color:#333;
}
#container p{	
	margin:0; 
	font-size:14px;
	color:#333; 	
	line-height:2em;	
}
#pollcontainer{
	border:1px solid #f3f3f3;
	background:#f9f9f9;
}
#loader{ 
	display:none; 
	text-align:center;
}
.option{ 
	margin:5px 0; 
}
.option p{ 
	line-height:1.1em; 
	font-size:12px; 
}
.bar{ 
	height:10px; 
	background:#3399cc; 
}
.yourvote{ 
	background:#113399; 
}