div#container_mainFrame{
	height: 48%;
}

iframe#mainFrame{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
}

div#container_popupFrame{
	display: none;
	position: absolute;
	top: 150px;
	left: 93px;
	width: 689px;
	height: 391px;	
	background-color: #eee;
	z-index: 2;
}

a#close_frame{
	position: absolute;
	top: 7px;
	left: 580px;
	display: block;
	width: 102px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
	font-weight: bold;
	font-size: 11px;
	background-image: url('../images/popupFrame_close.gif');
	background-repeat: no-repeat;
	background-position: center right;
	z-index: 1;
	outline: none;
}

a#close_frame:hover{
	color: #333;
}

iframe#popupFrame{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #eee;
}

div#pageOverlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	z-index: 1;
}

