/*********************************************************
/* QuickPoll
/*********************************************************/
.QuickPoll2 ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.QuickPoll2 .Bar span
{
	display:block;
	height: 10px;
	overflow: hidden;
	background-image: url(/Images/QuickPollBar.gif);
	background-color: #999;
	background-repeat:repeat-x;
	line-height: 0;
}