 #alert1616_main {
	left:-999px;
	padding:2px;
	z-index:99;
	position:fixed;
}
#alert1616_icon {
	width:17px;
	height:17px
}
#alert1616_title {
	font-size:12px;
	padding-left:5px;
	padding-top:3px;
	color:#fff
}
#alert1616_closer,#minimize {
	position:absolute;
	width:17px;
	height:17px;
	cursor:pointer;
}
#alert1616_closer {
	background:url(alertbg.png) no-repeat left top;
	right:10px;
	top:7px
}
.minimize {
	background:url(alertbg.png) no-repeat 0 -87px;
	right:30px;
	right:26px\9;
	top:7px;
	top:5px\9
}
.minimize_n {
	background:url(alertbg.png) no-repeat 0 bottom;
	right:30px;
	right:26px\9;
	top:7px;
	top:5px\9
}
#alert1616_content {
	width:200px;
	height:100px;
	background:#FFF;
	border:1px solid #24659F
}
.alert_top_center h2 {
	font-weight:normal
}
.lt {
	background:url(alertbg.png) no-repeat 0 -17px;
	width:5px;
	height:26px;
}
.ct {
	background:url(alertbg.png) repeat-x 0 -57px;
}
.rt {
	background:url(alertbg.png) no-repeat -7px -17px;
	width:5px;
	height:26px;
}
.lc {
	background:url(left_right_bg.png) repeat-y;
	width:5px;
}
.cc {
	background:#EAF8FD;
}
.rc {
	background:url(left_right_bg.png) repeat-y -7px 0;
	width:5px;
}
.lb {
	background:url(alertbg.png) no-repeat 0 -52px;
	width:5px;
	height:5px;
}
.cb {
	background:url(alertbg.png) repeat-x 0 -82px
}
.rb {
	background:url(alertbg.png) no-repeat -7px -52px;
	width:5px;
	height:5px;
}
.lt,.rt,.lc,.rc,.lb,.cb,.rb {
	font-size:0px;
	line-height:0;
}
.ct {
	color:#fff;
	position:relative;
	text-indent:5px
}
#alert1616_cover {
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	height:100%;
	background:silver;
}
html {
	*background:url(about:blank) fixed;
}
* html body {
	margin:0;
	height:100%;
}
* html #alert1616_cover {
	position:absolute;
	left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - this.offsetWidth);
	top:expression(document.documentElement.scrollTop + document.documentElement.clientHeight - this.offsetHeight);
}
* html #alert1616_main {
	position:absolute;
}
