#opt_in_overlay{
	position:fixed; width:100%; height:5000px; margin-bottom:-5000px; background:#000; z-index:1000; top:0px; left:0px; opacity:.8;
	}
#opt_in_wrapper{
	position:fixed; width:100%; height:5000px; margin-bottom:-5000px; z-index:1001; top:0px; left:0px;
}

#close_opt_in{
	position:absolute; display:block; width:39px; height: 22px; top:22px; right:44px; cursor:pointer;
}

#mce-EMAIL{
	position: absolute;
	top: 144px;
	left: 72px;
	background: none;
	border: none;
	width: 380px;
	height: 38px;
	font-size: 18px;
	padding-left: 15px;
}

#mc-embedded-subscribe{
	border: none;
	position: absolute;
	left: 72px;
	height: 35px;
	width: 100px;
	bottom: 183px;
	background: none;
	cursor: pointer;
}

#opt_in_no_thanks{
	border: none;
	position: absolute;
	left: 150px;
	width: 182px;
	bottom: 188px;
	background: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
}

#opt_in_wrapper ul{
	position: absolute;
	top: 216px;
	left: 72px;
	background: none;
	border: none;
	padding-left: 0px;
	width: 396px;
}

#opt_in_wrapper ul li{
	float: left;
	min-width: 150px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

#opt_in_wrapper ul li label{
	padding-left: 5px;
}


#opt_in_wrapper ul{ display: none }

