.gb_header{
	background-color:#e8e8e8;
	height:35px;
}
.gb_title{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
.gb_overlayBG{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index:9999998;
}
.gb_outer{
	position:absolute;
	top:0px;
	left:0px;
	z-index:9999999;
}
.gb_box{
	position:relative;
	overflow:visible;
	border:3px solid #666666;
}
.gb_table{
	border: 0px;
}
.gb_close{
	background-image:url(/images/w_close_3.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	cursor:pointer;
	padding:5px 10px 5px 5px;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

.gb_notitle_outer{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:9999999;
}
.gb_notitle_box{
	position:relative;
	overflow:visible;
	border:1px solid #bfe8fe;
}
.gb_notitle_close{
	position:absolute;
	background-image:url(/images/close.gif);
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	cursor:pointer;
	top:-7px;
	right:-35px;
}
.gb_notitle_imgouter{
	position:absolute;
	top:0px;
	left:0px;

	z-index:9999999;
}
.gb_notitle_imgbox{
	position:relative;
	overflow:visible;
}
.gb_overlayBG{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index:9999998;
}