#pollContainer {
	
}

	#pollContainer h1{
		font-size: 12px;
	}
	
#pollContent{
	text-align: center;	
}
	#pollContent form{
		text-align: left;	
	}
	
#statisticContainer {
	text-align:left;
	width: 100%;
}
	#statisticContainer .option{
		width: 50%;
	}
	#statisticContainer .percent{
		color: #FF0000;
		text-align: center;
		width: 50%;
	}
	
#NoOfVotes {
	text-align: center;	
}
