
#view_polls 
{
text-align: center;
line-height: 20px;
border: 0px solid #EE8823;
padding: 5px;
}
	/* used for the open poll radio buttons...*/
	#view_polls .autoFormRadio_group
	{
	text-align: left;
	margin-left: 5px;
	line-height: 20px;
	}
	
	/* used for the open poll radio buttons...*/
	#view_polls .autoFormRadio_group input
	{	
	margin-right: 3px;	
	}		

	.poll_question 
	{
	/*background: #EE8823;*/
	margin-bottom: 5px;
	margin-right: 7px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	}
	
	.poll_question p
	{	
	color: #fff;	
	font-weight: bold;
	}
	
	.poll_answer_key
	{
	border: 0px solid #000;
	float: left;
	text-align: right;
	display: block;
	/*width: 88px;*/
	width: 80px;
	}

	.poll_answer_div_bg
	{
	border: 0px solid #000;	
	float: left;
	display: block;
	width: 60px;
	height: 16px;
	margin-top: 2px;
	}

		.poll_answer_div
		{
		border: 0px solid #000;
		text-align: left;
		background: #c6c6c6;
		line-height: 16px;
		margin-left: 10px;
		}

	.clearing
	{
	clear:both;
	}

	#afterClosingText p
	{	
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	}
	
#pollMsg 
{
padding-right: 10px;

}

#pollMsg a
{
color: #fff;
font-weight: bold;
}

#mainContent #pollMsg a
{
color: #F36B21;
font-weight: bold;
}


