/* ############################################################################
   ##
   ##  Polls Module Stylesheet - Feature Poll
   ##
   ######################################################################### */

#poll-feature
{
	margin: 0px;
	padding: 10px;
}

#poll-feature .poll-voteform-question
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 85%;
	font-weight: bold;
	color: #ffffff;
}

#poll-feature .poll-voteform-answer
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 85%;
	font-weight: normal;
	color: #FFB616;
}

#poll-feature .poll-voteform-submitbutton
{
	margin: 8px 0px;
	
	width: 67px;
	height: 19px;
	
	background: url(/images/templates/home/vote.gif) top left no-repeat;
	border: none;
	
}

#poll-feature .poll-voteform-errormessage
{
	color: #ffffff;
}

#poll-feature #pollvoteform
{
}

#title {

	margin: 0px 0px 8px 0px;

}

#poll-seereults
{
	position: relative;
	top: -23px;
	left: 80px;
}

p.info {

	margin: 0px 0px 5px 0px;
	padding: 0px;

	font-family: Verdana, Arial, Sans Serif;
	font-size: 85%;
	font-weight: normal;
	color: #ffffff;

}
