/* Poll */
.pollcontainer dt{
	display:block;
}
.pollquestion{
	font-weight: bold;
	margin:10px 0px;
}
.poll {
	/*border: 1px solid #e1e1e1;
	background-color: #f5f5f5;*/
	margin-bottom: 5px;
	margin-top:10px;
	clear: both;
	
}
.poll dl {
	margin: 0 0px;
}
.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 */
}
.pollawnsers input,.pollawnsers label
{
    margin:0px 0px 0px 0px;
    
}
.pollawnsers td
{
    vertical-align:top;
}
.pollawnsers label
{
    padding-left:10px;

}
.pollcontainer input[type="submit"]
{
    background: url(/images/blueBtn.gif) no-repeat right top;
    border:none;
    padding:0px 2px 2px 2px;
    color:#ffffff;
    font-weight:bold;
    height:27px;
    width:80px;
    float:right;
}

/* Score bars */

.scoreBarContainer{
	clear:both;
	height:10px;
}
.scoreBar {
	float: left; 
	height: 7px;
	margin-top: 5px;
	border: 1px solid #3E78B3;
	overflow: hidden;
	background: #3E78B3;
}
.scoreTop {
	background-color: #3E78B3;
	border: 1px solid #3E78B3;
}




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