#GB_overlay
{
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	width: 100%;
	height: 100%;
}

#GB_window
{
	margin: auto;
	position: absolute;
	background: #fff;
	border: 5px solid #aaa;
	z-index: 150;
	text-align: center;
}

#GB_frame
{
	border: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#GB_bgframe
{
	position: absolute;
	top: 0px;
	left: 0px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}

#GB_caption
{
	font: 12px bold helvetica, verdana, sans-serif;
	color: #fff;
	background: #888;
	padding: 2px 0 2px 5px;
	margin: 0;
	text-align: left;
	cursor: move;
}

#GB_window #GB_closeimg
{
	position: absolute;
	top: 0px;
	right: 5px;
	cursor: pointer;
}

#GB_window #GB_loading
{
	margin-top: 100px;
}

