#everkinetic-frame {
	position: fixed;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	
	background: white;
	z-index: 999;
	z-index: 80000;
}

#everkinetic-frame iframe {
	width: 100%;
	height: 100%;
	
	border: none;
}

#everkinetic-frame-close {
	position: absolute;
	top: 0;
	right: 0;
	
	background: #333;
	color: white;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	z-index: 1000;
}

#everkinetic-frame-back {
	position: absolute;
	top: 0;
	left: 0;
	
	background: #333;
	color: white;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	padding: 10px;
	z-index: 1000;
}

#everkinetic-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: rgba(0,0,0,0.75);
	z-index: 80000;
}

