#winAjaxBackGround {
	position:absolute;
	width:100%;
	height:163px;
	z-index:501;
	background-color: #C1CBD0;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 108px;
	font-weight: bolder;
	color: #6896BB;
	text-align: right;
}
#winAjaxInfo {
	position:absolute;
	width:500px;
	height:400px;
	z-index:999;
	background-color: #FFFFFF;
	border: medium solid #004F79;
	background-image: url(loadDic.gif);
	background-repeat: no-repeat;
	background-position: center;
	left: 259px;
	top: 134px;
	visibility: visible;
}

#ajaxWinClose {
	position:absolute;
	left:-25px;
	top:-25px;
	width:50px;
	height:52px;
	z-index:2503;
}
