﻿.PollFrontDiv
{	
	width:100%;
	padding:15px 0 0 0;
	margin:0 0 0 0;
	float:left;
	background:#ebede3;
}
.PollBottomFrontDiv
{
	background-image:url(imgs/ui/question/bottomborder_question_cntn.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:250px;
	height:8px;
	padding:0;
	margin:0 10px 10px 10px;
	line-height:0;
	font-size:1px;
	float:left;
}
* html .PollBottomFrontDiv{
	margin:0 5px 10px 5px;
}

.PollResults
{
	font-weight:bold;
	margin:0;
	padding:0 0 0px 0;
	float:left;
	width:304px;
	height:49px;
}
.PollInnerContentDiv
{
	margin:0px 0 0 10px;	
	color:#363534;
	padding-bottom:15px;
	float:left;
}
* html .PollInnerContentDiv{margin: 0 0 0 5px;}

.PollHeaderDiv
{
	font-weight:bold;
	line-height:18px;
	margin:0 0 12px 0;
	padding:0;
	float:left;
}

.PollContentDiv
{
	margin:0;
	padding:0;
	display:block;
	float:left;
}
.PollInnerContent
{
	margin:0;
	padding:0 0 10px 0;
	float:left;
	background-image:url(imgs/ui/question/questionContentBg.gif);	/*background-image:url(imgs/ui/question/pollContentBg.gif);*/
	background-repeat:no-repeat;
	background-position:left bottom;
}
.pollListingHelper{width:100%;}
.pollYesNoContainer{
	float:left;
	width:125px;
	margin:0 0 0 2px;
	padding:0;
}
.questionElementWeekly
{	
	margin-bottom:21px;
	width:270px;
	float:left;
	height:24px;
}
.answerElement{
	margin:0 0 0 5px;
	color:#363534;
	clear:both;
	/*float:left;*/
}
.answerElement div{
	float:left;
	margin:0;
	padding:0;	
}
div.PollInnerContent div div.answerElement input
{
	/*margin:3px 4px 0 0;*/
	cursor:pointer;
	color:#363534;
	width:16px;
	/*height:16px;*/
	float:left;
}
div.PollInnerContent div div.answerElement label
{
	text-indent:0px;
	float:left;	
	margin:0 0 0 5px;
	padding:0;
	color:#fff;
	width:86px;
	height:25px;
	overflow:hidden;
 }
* html div.PollInnerContent div div.answerElement label{margin-left:4px;}
.PollAnswerDiv
{
	background-color:#e9e9e9;
	background-image:url(imgs/ui/question/bottomborder_question_answr.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:236px;
	
}
.PollResultsHolder
{
	/*border:solid 1px #e0e0e0;*/
	margin:0 0 0px 18px; padding:0;
	float:left;	
	width:135px;
}
* html .PollResultsHolder{margin-left:9px;}
.PollResultsAlternate1
{
	height:5px;	
	line-height:1px;
	font-size:0px;
	/*border:solid 1px #44a51c;*/
	background-color:#4d8ab8;
	padding-left:2px;
	margin:3px 0 0 0;
	float:left;
	
}
.PollResultsAlternate2
{
	height:5px;	
	line-height:1px;
	font-size:0px;
	/*border:solid 1px #e40e62;*/
	background-color:#cc0066;
	padding-left:2px;
	margin:3px 0 0 0;
	float:left;
	
}
.resultBarAndNumber{
	float:left;
	margin:1px 0 12px 0;
	color:#fff;
	clear:left;
	width:100%
}
.PollResultsLegend1{
	float:left;
	padding-left:5px;
	font-weight:bold;
}
.PollResultsLegend2{
	float:left;	
	padding-left:5px;
	font-weight:bold;
}

