div#ajaxPoll
	{
		overflow: hidden;
	}
div.pollCaptcha
	{
		float: left;
	}
div.pollCaptchaInput
	{
		float: left;
		margin-left: 3px;
		padding-top: 5px;
	}
div.pollBottom
	{
		width: 360px;
		overflow: hidden;
		margin: 10px;
		float: left;
	}
div.pollAnswer
	{
		clear: both;
		float: right;
		margin-top: 15px;
		margin-bottom: 5px;
	}
div.pollOptions
	{
		width: 360px;
		overflow: hidden;
		float: left;
	}
div.pollOptions label
	{
		float: left;
		clear: both;
	}
span#pollResponseHolder
	{
		float: left;
		clear: both;
	}
div.pollStatisticsLeft
	{
		float: left;	
	}
div.pollStatisticsLeft ul
	{
		list-style-image: none;
		list-style-type: none;
	}
div.pollStatisticsRight
	{
		float: right;
	}