/**
 * POPUP CONTAINER STYLES
 */
#subModalPopupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background-color: #151410;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display:none;
}
#subModalPopupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#subModalPopupInner {
	background-color: #ffffff;
}

#subModalPopupFrame {
	border: 1px solid #000000;
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
