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

	.poll_question
	{		
	background-image: url(../../i/box_top.png);
	background-repeat: no-repeat;	
	border: 0px solid #EE8823;
	color: #fff;
	width: 172px;
	/*height: 56px;*/
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 18px;
	text-align: center;
	}
		
	.poll_question p
	{
	font-weight: bold;	
	}
	
	.poll_question_padding
	{		
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 5px;	
	}
	
	#pollMsg
	{
	margin-left: 15px;
	margin-right: 10px;
	}
	
	.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
	{
	background: #e0393e;
	margin-top: 5px;
	color: #fff;
	}


/*** main polls page ***/

.url_poll_view #view_polls
{
margin: 0 auto;
padding-bottom: 10px;
}

.url_poll_view #view_polls .poll_question
{
background-image: none;
text-align: center;
width: 450px;
font-weight: bold;
font-size: 16px;
color: #f9ea1b;
}

.url_poll_view #view_polls, .url_poll_view .poll_question p
{
color: #fff;
}

/*.url_poll_view .poll_question p
{
font-weight: bold;

color: #000;
}*/

.url_poll_view #view_polls
{
border: 2px solid #000;
width: 450px;
}

.url_poll_view #pollMsg a
{
color: #f9ea1b;
}