#windownbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;/*body-bg*/
	top: 0;
	left: 0;
	filter:alpha(opacity=0);
	opacity:0;
	z-index: 999901;
}

#windown-box {
	position: fixed;
	_position: absolute;
	text-align: left;
}
#windown-content{
	text-align: center;
}
#windown-title {
	position: relative;
	overflow: hidden;
}
#windown-title h2 {
	position: relative;
}
#windown-close{
	position: absolute;
	right: 10px;
	top: 2px;
	width: 10px;
	height: 16px;
	cursor: pointer;
}
#windown-content {
	position: relative;
}
/*windows*/
.alert_ok{width:300px;height:150px;background:#666;color:#666;font-size:14px;}
.alert_wrong{width:300px;height:150px;background:#666;color:red;font-size:14px;}

