.pollBar {
	overflow: hidden;
	margin-right: 2px;
	padding-top:1px;
}

.pollContainer {
	width: 200px;
}

.pollTitle p {
	padding-left: 2px;
	color: #000000;
}

.pollCaption {
	padding-left: 2px;
	font-weight: bold;
	margin-top: 10px;
	color: #047F5A;
}

.pollButton{
	background-image: url(/_sys_/images/pollButton.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 22px;
	display: block;
	text-align: center;
	float: left;
	line-height: 22px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 11px;
}

.gallupTable {
	background-color: #EEEEEE;
	border: 1px solid #000000;
}

.gallupChoice {
	color: #000000;
}

A.pollLink {
	color: #000000;
	text-decoration: none;
}