/* Poll Styling
************************************************************************************************************************/
#pollWrapper h2 {
	background:url(../images/poll_header.jpg) no-repeat left bottom;
	color:#fff;
	padding:10px 50px 10px 6px;
	font-size:1.4em;
}

#pollWrapper fieldset {
	border:none;
	background:#e5e5e5;
	padding-top:10px;
}
	#pollWrapper .pollQuestion {
		padding:0 10px;
	}
	#pollWrapper ul {
		padding:0 10px;
		float:left;
		width:200px;
	}
		#pollWrapper ul li {
			padding-bottom:1px;
			float:left;
			clear:left;
			width:100%;
		}
			#pollWrapper ul li.results {
			}
			#pollWrapper ul li input {
				margin:4px 0 0 10px;
				height:10px;
				display:inline;
			}

#pollWrapper .submit {
	float:right;
	padding:10px 0 0 0;
}	
	#pollWrapper .submit input {
		border:none;
		background:#BCCF48;
		border:1px solid #FFFFFF !important;
		color:#fff;
		font-size:1.3em;
		font-weight:bold;
		height:37px;
		width:60px;
		padding:0 10px;
		margin:0;
		display:inline;
		text-align:center;
		cursor:pointer;
		outline:none;
	}
	#pollWrapper label {
		font-weight:bold;
		font-size:1.2em;
		float:left;
		margin:0;
		width:100%;
	}
		#pollWrapper label span {
			display:block;
			float:left;
			width:148px;
			background:#CCD3BB;
			padding:6px;
		}
			#pollWrapper label .selected {
				background:#E03A3E;
				color:#fff;
			}
	#pollWrapper .option {
		font-weight:bold;
		float:left;
		margin:0;
		display:block;
		width:148px;
		background:#CCD3BB;
		padding:6px;
		font-size:1.2em;
	}
	#pollWrapper .result {
		display:none;
		font-weight:bold;
		float:right;
		margin:0;
		background:#668C14;
		width:39px;
		text-align:center;
		color:#fff;
		font-size:1.2em;
		padding:6px 0;
	}
		#pollWrapper .resultView .result {
			display:block;
		}

	#pollWrapper .pollThanks {
		float:left;
		display:none;
		padding:0 10px 20px;
		margin:12px 0 0 0;
	}
