/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity =   50);
	background-color:#1C3F62;
	background-repeat: repeat;
}

#popupContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
}

#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}