#popupbox {
	width: 100%;
	height: 100%;
	background: transparent;
	position:fixed;
	top: 0;
	z-index: 3;
}
#popupbox #innerpopup {
	max-width: 1300px;
	background: #dfffe5f2;
	float: none !important;
	margin-top: 20px;
	min-height: 200px;
	overflow-y: auto;
	max-height: 100%;
}