#GBnb_overlay
{
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

#GBnb_window
{
	margin: auto;
	position: absolute;
	background: #fff;
	border: 1px solid rgb(221, 221, 221);
	z-index: 150;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

#GBnb_frame
{
	border: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#GBnb_bgframe
{
	position: absolute;
	top: 0px;
	left: 0px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}

#GBnb_caption
{
	font: 14px bold helvetica, verdana, sans-serif,ËÎÌå;
	color: #fff;
	padding: 2px 0 2px 5px;
	margin: 0;
	text-align: left;
	cursor: move;
}

#GBnb_window #GBnb_closeimg
{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: hand;
}

#GBnb_window #GBnb_loading
{
	margin-top: 100px;
}

