div.popupOn, div.popupOff {
	position: absolute;
	background-color: white;
	left: 310px;
	top: 450px;
	width: 550px;
	height: 150px;
	z-index: 12;
	background-color: white;
	border: 1px solid black;
	overflow-x: none;
	overflow-y: auto;
}

div.popupOn {
	display: inline;
}

div.popupOff {
	display: none;
}

iframe.popup {
	border: none;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
}

div.innerPopup {
	position: absolute;
	left: 0px;
	width: 95%;
	z-index: 11;
	padding: 10px;
}

p.popupClose {
	width: 100%;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	color: navy;
	font-size: 13px;
	font-weight: bold;
}
