/* 
================================
 Container Styles for DotNetNuke
================================
*/

/*.pollsbg
{
	background:url(images/pollsBg.png) no-repeat top left;
	z-index:-1000;
	width:239px;
	height:311px;
}
*/
.pollsbg
{
	background: transparent url(images/pollsBg.jpg) no-repeat scroll left top;
	height: 311px;
	margin-left: 1px;
	margin-top: -35px;
	width: 239px;
	z-index: -1000;
}
.pollsbg table {
	padding-left:10px;
	padding-top:15px;
	.padding-top:10px;
}
.pollsContainer
{
	height: 170px; /*margin:70px 0 0 60px;*/
	margin: 50px 0 0 20px;
	.margin:25px 0 0 60px;
    width:130px;
}

.pollsResultContainer
{
	height: 170px;
	margin:30px 0 0 -10px;
	.margin: 30px 0 0 5px;
	width: 130px;
}


.Votebtn
{
	background: transparent url(images/pollsvoteButton.gif) no-repeat scroll left top;
	cursor: pointer;
	float: left;
	height: 45px;
	overflow: auto;
	width: 110px;
	position: absolute;
	display: block;
}
.VoteAgainbtn
{
	background: transparent url(images/voteagain_bt.png) no-repeat scroll left top;
	cursor: pointer;
	float: left;
	height: 50px;
	width: 130px;
}

.clickmorebtn
{
	background: transparent url(images/arrowBullet.gif) no-repeat scroll 100% 58%;
	clear: both;
	float: right;
	height: 15px;
	width: 40px;
	color: #4e3c13;
	font-size: 10px;
	cursor: pointer;
}

.surveyitems
{
	width: 135px; .padding-top:50px;
display:block;
}

/*.surveyitems span
{
	font-size:13px;
}

.surveyresultsitems span
{
	font-size:13px;
}*/












