/* ############################################################################
   ##
   ##  Polls Module Stylesheet - Feature Poll
   ##
   ######################################################################### */

#FeaturePoll {

	margin: 0px 0px 0px 10px;
	/*padding: 5px 0px 0px 0px;*/
	
	/*font-size: 83.5%;*/

	/*background: transparent url(/images/templates/bg_hr.gif) top left repeat-x;*/

	float: left;
	width: 48%;
}

#FeaturePoll .poll-voteform-question {
	margin: 5px 0px 0px 0px;
	color: #254379;
}

#FeaturePoll .poll-voteform-answer {
	margin: 5px 0px 0px 0px;
	color: #254379;
	font-size: 91.7%;
}

#FeaturePoll .poll-voteform-errormessage {

	margin: 20px 0px;
	padding: 10px;

	font-weight: bold;
	color: red;

	background-color: #f0f0f0;
	
}

	#FeaturePoll .poll-voteform-errormessage p {

		font-weight: bold;
		color: red;

	}
	
#FeaturePoll .poll-voteform-submitbutton {

	display: inline;
	
	margin: 10px 10px 0px 0px;
	
	width: 85px;
	height: 23px;

	font-family: Arial;
	font-size: 91.7%;
	font-weight: bold;
	color: #ffffff;
    float: left;
	text-transform: uppercase;

	background: url(/images/templates/bg_button_medium.gif) top left no-repeat;
	border: none;

}
#FeaturePoll #poll-seereults {
    margin: 13px 0px 0px 0px;
}

    #FeaturePoll #poll-seereults a {
        color: #254379;
        font-weight: bold;
    }

	#Poll h2 {
		position: relative;
		display: block;
		margin: 0px;
		padding: 3px 10px 3px 35px;
		width: auto;
		height: 29px;
		background: url(/images/templates/news.gif) top left no-repeat;
	}
	
#FeaturePoll #PollSection {
    margin-left: 10px;
}
