#aep_ovrl {
	background-color: black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height:100%;
	z-index: 99;
}
#aep_ww {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#aep_win {
	margin: 20% auto 0 auto;
	width: 400px;
	text-align: left;
}
#aep_w {
	background-color: white;
	padding: 10px;
	border: 3px solid #888888;
	Xbackground-color: #EEE;
}

#aep_text {
	width: 100%;
}
#aep_w span {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
#aep_w div {
	text-align: right;
	margin-top: 5px;
}
