#popup {
	display:none;
}
#blackout {
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	z-index:2;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	overflow:hidden;
}
#popup_center {
	position:absolute;
	margin:0 auto 0 auto;
	height:310px;
	width:500px;
	left:50%;
	top:30px;
	margin-left:-250px;
	padding:0px;
	float:none;
	z-index:3;
	background-color:#FFFFFF;
	border:0px;
	overflow:hidden;/*must have*/
	border:1px solid #000000;
}
#popup_center a {
	padding-right:5px;
	color:#000000;
	text-decoration:none;
} 

#popup_center iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:100%;/*must have for any big value*/
	height:100%/*must have for any big value*/;
}

#blackout iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:100%;/*must have for any big value*/
	height:100%/*must have for any big value*/;
}

#popup_display {
	height:290px;
	overflow:scroll;
	overflow-x:hidden;
	padding-left:20px;
	background-image:url("http://localhost/clients/wag/emailthispage/images/gradient.png");
	background-repeat:repeat-x;
	background-color:#F8F8F8;
}

.powered {
	font-size:10px;
	color:#969696;
	font-style:italic;
}
.powered a {
	color:#6F6F6F;
}

