#pollWrap{
	width: 255px; height:auto; float:left; padding:2px 0 0 0;margin: 0 18px 15px 5px
}
#pollWrap h3 {
	font:13px 'titilliumtext25l400_wt', Helvetica, Arial, sans-serif !important;
	padding: 0 0 10px 0;
}
#pollWrap ul {
	margin: 0;
	padding: 0 0 0 2px;
	list-style:none;
}
#pollWrap li {
	padding: 2px 0 0 0;
	overflow:hidden; /*for our lovely friend IE6 to behave nicely*/
	font:12px 'titilliumtext25l400_wt', Helvetica, Arial, sans-serif !important;
}
#pollWrap li span {
	font:12px 'titilliumtext25l400_wt', Helvetica, Arial, sans-serif !important;
}
.pollChart {
	margin: 0 10px 0 17px;
	height: 5px;
	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: 5px 0 0 0;
}
#pollMessage {
	color:#C00;
	font-size: 0.8em;
	font-weight: bold;
}