#gcontainer {
	position:fixed !important;
	position:absolute;
	height: 100% !important;
	width: 100%;
	margin:0;
	z-index:50;
}

#gshadow {
	top:0;
	position:absolute;
	height: 100% !important;
	width: 100%;
	background:#000;
	filter:alpha(opacity=60);
 	-moz-opacity:0.60;
	opacity:0.6;
	z-index:51;
	}

#gmapper {
	position:relative;
	z-index:52;
	height: 80% !important;
	width: 80%;
	background: #fff;
	border: 5px solid #000;
	margin: 1em auto;	
}

