html, body{
	margin: 0;
	padding: 0;
}

#GB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .50;
	filter:Alpha(Opacity=50);
	z-index: 100;
}

#GB_window {
	top: 10px;
	left: 0px;
	position: absolute;
	border: 3px solid #aaa;
	overflow: auto;
	width: 400px;
	height: 400px;
	z-index: 150;
	font-size: 12px;
	color: #000;
	background: url(/images/loading.gif) no-repeat center center #DBDBDB;
}

#GB_frame {
	border: 0;
	overflow: auto;
	width: 100%;
	height: 378px;
}

#GB_caption {
	font: 12px bold helvetica, verdana, sans-serif;
	color: #fff;
	background: #888;
	padding: 2px 0 2px 5px;
	margin: 0;
	text-align: left;
}

#GB_window img {
	position: absolute;
	top: 2px;
	right: 5px;
	cursor: pointer;
	cursor: hand;
}

#GB_frame{display: none;}