#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #EFF3F6;
	display: none;
}

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #EFF3F6;
	display: none;
}

.window {
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 0px;
}

#dialog {
	width: 560px;
	height: 275px;
	padding: 0px;
	background: #FFF url(../img/bgs/redirect_bg.gif) no-repeat scroll 0 0;
	border: 2px solid #D1D1D1;
}

#windowcontent {
	width: auto;
	text-align: center;
	margin-top: 80px;
	font-size: 14px;
	font-weight: none;
	padding: 10px;
	color: #000;
}

#dialog #windowcontent img {
	margin-bottom: 10px;
}
