

.pollWrap{
	width: 300px;
	margin: 5px 0 5px 0;
	background-color:#fff;
	padding: 0 3px 3px 3px;
}

.pollWrap h3 {

}
.pollWrap ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style:none;
}
.pollWrap li {
	padding: 0;
	overflow:hidden; /*for our lovely friend IE6 to behave nicely*/
	font-size: 0.8em;

}
.pollWrap li span {
	font-size: 0.7em;
}
li.pollChart {
	margin-left: 40px;
    line-height:0px;
    height: 5px;
    font-size: 0.1em; 
	width:1px;

	/*Adding rounded corners to the graphs - Optional - START*/
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	/*Adding rounded corners to the graphs - Optional - END*/
}
.pollSubmit {
	margin-top: 5px;
}
.pollMessage {
	color:#C00;
	font-size: 0.8em;
	font-weight: bold;
}
.pollNumVotes{
	color:#000;
	font-size: 0.6em;
	font-weight: bold;
}