#wrapper{
	position: relative !important;
}
#overlay{
	background: #000 ;
	display: none ;
	height: 100% ;
	left: 0 ;
	opacity: .2 ;
	filter: alpha( opacity = 20 ) ;
	position: absolute ;
	top: 0 ;
	width: 100% ;
	z-index: 2 ;
}

#poll-layer{
	background: url(/images/poll-layer.png) no-repeat ;
	display: none ;
	font-size: 14px ;
	height: 330px ;
	left: 220px ;
	padding: 0 0 0 30px ;
	margin: 0 ;
	position: absolute ;
	top: 250px ;
	xtop: 310px ;
	width: 529px ;
	z-index: 3 ;
}

.poll-thankyou{
	background: url(/images/poll-thankyou.png) no-repeat !important;
}

	#poll-layer h5{
		color: #F8040A ;
		font-size: 18px ;
		margin: 30px 0 ;
	}
	
	#poll-layer label{
		font-weight: 700 ;
	}
	
	#poll-question{
		border: 0 ;
		margin: 20px 0 0 20px ;
		padding: 0 ;
	}
	
		#poll-radio-margin{
			margin-left: 30px ;
		}
		
	#error-message{
		display: none ;
		float: right ;
		font-size: 12px ;
		color: #F8040A ;
		margin: 5px 71px 0 0 ;
	}
	
	#poll-error{
		display: none ;
		xfloat: right ;
		font-size: 12px ;
		color: #F8040A ;
		margin: 0 0 0 15px ;
	}
		
	#poll-layer p{
		font-size: 11px ;
		line-height: 15px ;
		margin: 30px 80px 10px 20px ;
	}
	
	#poll-person{
		border: 0 ;
		margin: 20px 0 0 20px ;
	}
		
		#poll-person input.text{
			border: 1px solid #ccc ;
			clear: left ;
			color: #999 ;
			float: left ;
			font-size: 12px ;
			height: 20px ;
			margin: 8px 0 0 0 ;
			padding: 0 5px ;
			width: 226px ;
		}
		
		#poll-person #name{
			
			margin-top: 0 ;
		}
		
		#poll-person #phone{
			xmargin: 0 0 0 10px ;
			xwidth: 100px ;
		}
		
		#poll-person #email{
			
		}
		
		#poll-person #enter-draw{
			float: right ;
			height: 26px ;
			margin: 5px 70px 0 0 ;
			width: 100px ;
		}
		
		#poll-layer .sm-red-link{
			border-bottom: 1px dotted rgb(248, 4, 10); 
			color: rgb(248, 4, 10);
			text-decoration: none; 
		}
	
	.close-poll{
		color: #1a171b ;
		float: right ;
		font-size: 12px ;
		margin: 15px 20px 0 0 ;
		text-decoration: none ;
		width: 100px ;
	}
