/*
 HERE STARTS THE PART FOR THE VOTE-STYLES
*/
TABLE.VoteStyle
	{

	}

TD.VoteStyle
	{

	}

SPAN.VoteHeadline
	{
		font-size		:11px;
		font-weight		:bold;
	}

SPAN.VoteQuestionText
	{

	}

SPAN.VoteDescriptionText
	{

	}

SPAN.VoteAnswer
	{

	}

.VoteButtonStyle
	{
	background-color:white;
	color			:black;
	font-size		:11px;
	font-weight		:bold;
	border: 1px solid #999999;
	}
