﻿.VoteBox
{
	font-size: 12px;
	border: 1px solid Black;
	font-family: sans-serif;
}
.VoteBoxTitle
{
	padding: 2px;
	background-color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
	font-size: 14px;
	text-align: center;
}
.VoteBoxQuestion
{
	font-size: 12px;
	padding: 2px;
	background-color: #E0E7EC;
	color: Black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}
.VoteBoxAnswer
{
	padding: 2px;
	background-color: #C2C9DA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.VoteBoxFooter
{
	padding: 2px;
	background-color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
	font-size: 12px;
	text-align: center;
}
.VoteBoxButton
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.VoteBoxProgress
{
	height: 13px;
}
