/* Poll */
.pollcontainer dt{
	display:block;
}

.poll input { margin-bottom:4px;margin-left:2px;vertical-align:middle; float:left;}
.poll input[type=submit] { cursor:pointer; border:0;margin-top:8px; width:44px; height:21px; background: url(/images/site/voteBtn.gif) no-repeat;color: transparent; }

.pollquestion{ font-size: 15px;margin-bottom: 8px; margin-left: 15px;margin-top:6px; }
.pollawnsers td { padding-bottom:8px; }
.pollawnsers td label { 
	display:block;
	margin-left:15px;
	margin-top:-3px;
	padding-left:8px;
	line-height: 18px;
}
.poll {
	font-size: 12px;
	padding: 3px;
	margin-bottom: 15px;
	clear: both;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.poll dl {
	margin: 0 3px;
margin-right:10px;
}
.poll dl dt {
	float: left;
	clear: both;
	padding: 3px 0;
}
.poll dl dd {
	padding: 3px 0;
	margin: 0;
	text-align: right;
}
.poll dl dd .scoreBar {
	margin: 0;
	float: none;
	clear: both; /* IE :r */
}

/* Score bars */

.scoreBarContainer{
	clear:both;
	height:10px;
}
.scoreBar {
	float: left; 
	height: 5px;
	margin-top: 5px;
	border: 1px solid #d2d2d2;
	overflow: hidden;
	background: #e3e3e3;
}
.scoreTop {
	background-color: #b2b2b2;
	border-color: #9a9a9a;
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

