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