#poll {
	margin: 0 auto;
	width: 260px;
}
	#poll p {
		color: #9a9a9a;
		font-size: 10px;
	}
	
		#poll p.question {
			margin: 0 0 5px 0;
			font-size: 12px;
			font-weight: bold;
		}
	
		#poll p.answer {
			margin: 0 0 5px 5px;
			font-weight: bold;
		}
		
		#poll p.votes {
			margin: 0;
		}
		
		#poll p.votes em {
			font-weight: bold;
			font-style: normal;
		}
	#poll div.bar {
		margin: 0;
		padding: 0;
		border: 1px solid #ccc;
		height: 10px;
		background-repeat: repeat-x;
		font-size: 6px;
	}
		#poll .type1 {
			background-color: #fbfbfb;
			background-image: url(/pic/poll_bg_1.png);
		}
		
		#poll .type2 {
			background-color: #fffcfa;
			background-image: url(/pic/poll_bg_2.png);
		}
		
		#poll div.bar p {
			margin: 0;
		}