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

	}

TD.VoteStyle
	{

	}

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

SPAN.VoteQuestionText
	{ font-family: Arial, Verdana, Helvetica, sans-serif; background-color: transparent; }
SPAN.VoteDescriptionText
	{ font-family: Arial, Verdana, Helvetica, sans-serif; }

SPAN.VoteAnswer
	{ font-family: Arial, Verdana, Helvetica, sans-serif; }

.VoteButtonStyle
	{ background-color:white; color			:black; font-size		:13px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight		:bold; border: solid 1px #999999; }

