.ez-layer-wrap {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9991;
	overflow: auto;
	overflow-y: scroll;
}

.ez-layer-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 9990;
}

.ez-layer {
	display: block;
    position: absolute;
/*    top: 50%;*/
    left: 50%;
    width: auto;
    height: auto;
    background-color: #fff;
    border: 5px solid #990099;
	border-radius: 5px;
	z-index: 9992;
	margin: 50px 0;
}

.ez-layer-close-btn {
	background-image: url(/iez14/img/x2.png);
	width: 30px;
	height: 30px;
	z-index: 110;
	cursor: pointer;
	position: absolute;
}