body
{
	background-color:#ffffff;
	font-family:Verdana;
	color:#555555;
	font-size:11px;
	
}

.divPageOuter
{
	width:361px;
	height:170px;
	padding:0px;
	margin:0px;
	border:1px solid #f2f2f2;
	float:left;
	background-image:url('../../images/opinionPollEffect.png');
	background-repeat:no-repeat;
	background-position:12px 30px;
}
.divPollWhole
{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;	
}

.divPollHeader
{
	width:346px;
	height:26px;	
	padding:6px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
	font-size:15px;
	background-color:#492b76;
	float:left;
}
.divPollError
{
	clear:both;
	width:98%;
	height:13px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	color:Red;
}
.divPollQuestion
{
	clear:left;
	width:90%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	font-family:Verdana;
	font-size:11px;
	
}

.divOptionButtonOuter
{
	width:98%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Verdana;
	font-size:11px;
	
}
.divOptions
{
	width:65%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 5%;
	clear:left;
	float:left;
}
.divOptions table
{
	width:99%;
	height:45px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.divOptions table tbody
{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.divOptions table tbody tr
{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.divOptions table tbody tr td
{
	width:100%;
	height:15px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.divOptions table tbody tr td input
{
	margin:-10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}
.divOptions table tbody tr td label
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 3px;
}
.divOptionsValidator
{
	width:100%;
	height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:0px;
	color:Red;
}
.divVoteButton
{
	float:right;
	width:33%;
	height:auto;
	margin:-30px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
.divVoteButton input
{
	border:none;
	Width:59px;
	height:26px;
	font-size:12px;
	color:#555555;
	background-image:url('../../images/smallButton.png');
	background-repeat:no-repeat;
}
.divVoteButton input:hover
{
	cursor:pointer;
}
.divPollResultWhole
{
	width:99%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
}
.divPollResultRepeater
{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.divItemRowHolder
{
	width:99%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.divAlternateRowHolder
{
	width:99%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.divOptionText
{
	clear:left;
	float:left;
	width:20%;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 10px;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
}
.divVoteResultText
{
	float:left;
	width:70%;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	
}
.divVoteResultBar
{
	width:99%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:none;
}
.divPollBar
{
	background-color:Green;
	height:5px;
}