#voteContainer
{
	margin: 15px;
}
#voteContainer p
{
	margin: 5px 0px;
}
.votingContainer H3
{
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	color: #fff;
	background-color: #c25752;
	font-size: 11pt;
}
.question
{
	font-weight: bold;
}
.votingContent
{
	padding: 0px 10px;
}
.vTextButton
{
	font-weight: bold;
	background: transparent url(/img/b_close.gif) no-repeat 0px 1px;
	padding-left: 17px;
}
.vBar
{
	display: block;
	background-color: #d77f37;
	border: 1px outset #d77f37;
	height: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	padding-left: 5px;
}
.answer
{
	margin: 10px;
}
.vOutLabel
{
	display: block;
	color: #c25752;
	font-weight: bold;
	font-size: 9px;
	position: absolute;
}