.dark-filter {
	background-color: black;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.ez-popup-container {
	display: none;
	min-width: 400px;
	min-height: 400px;
	max-width: 700px;
}

.ez-popup {
	position: absolute !important;
	z-index: 99999999;
}
.ez-popup-close {
	width: 100%;
	padding: 2px;
	padding-left: 10px;
	background-color: #b560ab;
	border-radius: 0 0 5px 5px;
}
.ez-popup-close input[type="checkbox"] {
	vertical-align: bottom;
	margin-right: 5px;
}

.ez-popup-close-btn {
	background-image: url(/iez14/img/x2.png);
	width: 30px;
	height: 30px;
	z-index: 110;
	cursor: pointer;
	position: absolute;
}

.ez-popup-contents {
	padding: 5px;
}

.ez-popup-contents p {
	margin: 0;
}

.ez-popup-contents-wrapper a:hover {
	text-decoration: none !important;
}

.iezweb_popup { border-radius: 5px 5px 0 0; }

.for-mobile {
	left: 3% !important;
	top: 3% !important;
	width: 94% !important;
}