.easyPopup-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	display: none;
	z-index: 9900;
}

.easyPopup-overlay .easyPopup-inner1 {
	width: 100%;
	height: 100%;
	display: table;
}

.easyPopup-overlay .easyPopup-inner2 {
	display: table-cell;
	padding: 25px;
	vertical-align: middle;
}

.easyPopup-overlay .easyPopup-content {
	margin: 0 auto;
	position: relative;
}

body.easyPopup-active {
	overflow: hidden;
}

body.easyPopup-active .easyPopup-overlay {
	display: block;
}
