.PollText
{
	font-family: Arial;
	font-size: 12px;
}
#CurrentPollResults #PollText {}
#lnkSubmit {
	background: #FF3399;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
}
a#lnkSubmit { color: #ffffff; }
.ResultRow {
	clear: both;
}
.ResultPercentage {
	font-weight: bold;
	width: 50px;
	display: block;
	float: left;
	padding-bottom: 5px;
}

.PollDate {
	color: #FF3399;
	font-weight: bold;
	padding-bottom: 5px;
}
#PastPollsTable { width: 600px; }
.PastPollText {}
.PastPollResults {
	width:300px;
}
