.ez-layer-wrap {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	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: 99999;
}

.ez-layer {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	width: auto;
	height: auto;
	background-color: #fff;
	z-index: 100001;
	margin: 50px 0;
	box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.45);
}
.ez-layer.fullscreen {
	margin: 0 !important;
}

.ez-layer > h2.ez-layer-title {
	margin: 0 !important;
	text-align: center;
	background-color: #428eff;
	color: white;
	padding: .5em;
	font-size: 1.5em;
}

.ez-layer-close-btn {
	background-image: url(/iez14/img/x2.png);
	width: 30px;
	height: 30px;
	z-index: 110;
	cursor: pointer;
	position: absolute;
}

.fullscreen .ez-layer-close-btn {
	background-image: url(/iez14/img/x_black.png);
	width: 33px;
	height: 33px;
	z-index: 110;
	cursor: pointer;
	position: absolute;
}
