﻿/* polls */

div.pollBody
{
	background: transparent url(../../../images/backgrounds/pollbg.png) repeat-y;
	color: #000000;
	padding: 5px;
	width: 276px;
	margin-left: 7px;

}
div.pollBody ul
{
	margin:  5px 0 10px 0;
	padding:0px;

}

.sf_pollVote
{
	margin: 0px;
	margin-left: 190px;
}
.pollHeader
{
	background: transparent url(../../../images/backgrounds/pollbgtop.png) no-repeat;
	width: 286px;
	height: 16px;margin-left: 7px;
}
.pollFooter
{
	background: transparent url(../../../images/backgrounds/pollbgbottom.png)  no-repeat;
	width: 286px;
	height: 13px;
	clear: both;margin-left: 7px;
}
ul.RadioButtonListCssClass li label
{
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	display:inline-block;
	margin-left: 10px;
    width:220px;
}
ul.RadioButtonListCssClass li input
{
	

}
div.pollBody label
{
	display: inline;
}
.sf_pollQuestion
{
	margin: 0;
	margin-left: -5px;
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
color: #0066cc;
	vertical-align: middle;
	margin-bottom: 10px;
	width:100
}
.sf_pollQuestionsList
{
	border: solid 0px;
}
.sf_pollQuestionsList li
{
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}