#alertCnt, #alertBoxCnt {
	position:fixed;
	_position:absolute;
	display:none;
	left:0;
	top:0;
	_margin-left:expression( "-" + ( ( ( ignoreMe2 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.documentElement.clientWidth ) - 760 ) * 0.5 ) + "px" );
	_top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width:100%;
	height:100%;
	_width:expression( (ignoreMe3 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.documentElement.clientWidth ) + "px");
	_height:expression( ( ignoreme4 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.documentElement.clientHeight ) + "px");
}
#alertCnt {
	z-index:10000;
	background-image:url('alertCnt.png');
	_background-image:url('fake_image/blank.gif');
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='framework/skins/content/alertCnt.png',sizingMethod='scale');
}
#alertBoxCnt {
	z-index:10001;
}
#alertBox {
	top:30%;
	width:500px;
	position:relative;
	z-index:10001;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border:1px solid #dedfe0;
}
#alertTop, #alertMid, #alertBottom {
	padding:5px 10px 5px 10px;
}
#alertBottom {
	border-top:1px solid #dedfe0;
	text-align:center;
}
#alertTop {
	border-bottom:1px solid #dedfe0;
	margin:0;
}
#alertMsgCnt {
	margin:5px 0 8px 0;
}
#alertNext {
	margin:0 0 0 15px;
}
#alertBox img {
	vertical-align:middle;
}
#alertArrow {
	margin:2px 0 0 1px;
}
#alertBox a:hover span {
	text-decoration:underline;
}
#alertBox button {
	_height:23px;
	margin:0 3px 0 -3px;
	_margin:0 9px 0 -3px;
}
#alertRemind {
	_width:110px;
}
#alertDelete {
	_width:106px;
}
#alertCloseText, #alertRequiredPost1, #alertTitle {
	display:none;
}
#alertRequired {
	overflow:visible;
	height:16px;
}
#alertRequiredText {
	vertical-align:bottom;
	_margin-left:17px;
}
#alertRequired img {
	_position:absolute;
	margin:0 0 1px -2px;
}

