html,body {height:100%;}
#alertpop *
{margin:0;padding:0;position:absolute; color: #000000;}
#alertpop
{z-index:1000; position: fixed;
	width:300px;
	height:200px;
	background: url(img/newdlpopup.jpg) no-repeat left top;
	display:none;
	top: 200px;
	left: 50%;
	margin-left: -150px;
}
#ap_closebtt
{width:48px;height:22px;top:0px;right:0px;}
#ap_dlok
{top:142px;left:57px;width: 84px;height: 40px;}
#ap_dlcnl
{top:142px;left:158px;width: 96px;height: 40px;}
#ap_dragbar
{background:transparent;height:200px; width:300px;}
#blackout {
	background-color: #000;
	position:absolute;
	z-index:500;
	height:1050px;
	width:100%;
	display:none;
	top:0;
	left:0;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	}
