/* Poll */
.pollcontainer dt{
	display:block;
}
/* Stock
.pollquestion{
	font-weight: bold;
	color: #47177a;
}
*/
.pollquestion{
	font-size: 138.5%;
	color: #47177a;
	margin: 15px 20px 18px 10px;
	line-height: 21px;
}
.pollawnsers{
	margin:0px;
	padding:0px;
	line-height: 23px;
}
.pollawnsers label{
	margin-left:5px;
}
.pollinfo{
	font-size: 100%;
	line-height: 130%;
	color: #555;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

/* Stock
.poll {
	border: 1px solid #e1e1e1;
	background-color: #f5f5f5;
	padding: 3px;
	margin-bottom: 5px;
	clear: both;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left: 10px;
	margin-right: 10px;
}
*/
.poll {
	background-color: #fff;
	padding: 1px;
	margin: 5px;
	clear: both;
	color: #47177a;
}
.poll dl {
	margin: 0 3px;
}
.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:15px;
	background-color:#f5f5f5;
}
.scoreBar {
	float: left; 
	height: 15px;
	margin-top: 5px;
	margin-left: 10px;
	border: none;
	overflow: hidden;
	background: #ccc;
}
.scoreTop {
	background-color: #70bb3b;
}






























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