#ad_layer_bg{
	height: 100%;
	width: 100%;
	background: #000000;
	z-index: 1000;
	top: 0;
	left: 0;
	position: fixed;
	opacity: 0.8;
	filter:alpha(opacity=80);
	display: none;
}
#ad_layer{
	z-index: 1001;
	width: 440px;
	height:342px;
	top: 50%;
	left: 50%;
    margin-left: -220px;
	margin-top: -160px;
	position: fixed;
	display: none;
}

#ad_layer .button {
	height:26px;
	width: 35px;
	float:right;
	background: url(/images/adlayer_close.gif) no-repeat;
}
#ad_layer .button a{
	height:26px;
	width: 35px;
	display: block;
	text-indent: -1000px;
}
#ad_layer .content {
	background: #ffffff url(/images/adlayer.gif) center center;
	height:316px;
	width:440px;
	clear: both;
	position: relative;
}
#ad_layer .content a{
	display: block;
	width:248px;
	height: 37px;
	position: absolute;
	bottom: 23px;
	left: 97px;
	text-indent: -1000px;
}

/*----------- ADLAYER Newsletter ----------------*/
#ad_layer .ct_nl {
	background: #ffffff url(/images/adlayer_nl_bg.gif) no-repeat;
	height:202px;
	width:466px;
	clear: both;
	position: relative;
	padding: 134px 0 0 15px;
	
}

#ad_layer .nl_label {
	display: block;
	font-size: 11px;
	color: #90c429;
	margin: 35px 0 7px 0;
}

#ad_layer .nl_textfield {
	display: block;
	font-size: 14px;
	color: #4e4e4e;
	width: 312px;
	padding: 6px 6px;
	margin: 0 0 15px 0;
}

#ad_layer .btn_nl{
	background: #ffffff url(/images/adlayer_btn_nl.gif) no-repeat;
	width: 230px;
	height: 33px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: none;
}

