/* Poll */
.pollcontainer dt{
	display:block;
}
.pollquestion{
	color:#ffffff;
	font-size:15px;
}

.poll label {
   margin-left:5px;
}


.poll .submitVote {
     color:#C00000; 
     font: bold small 'trebuchet ms',helvetica,sans-serif; 
     background-color: #fed;
     border:1px solid; 
     border-color: #C00000; 
}
.poll {
	margin-top:5px;
	border: 1px solid #ffffff;
	background-color: #fffffff;
	color:#ffffff;
	font-size:15px;
	padding: 3px;
	margin-bottom: 5px;
	clear: both;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.poll dl {
	margin: 0 3px;
}
.poll dl dt {
	float: left;
	clear: both;	
}
.poll dl dd {
	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;
}