a{outline: none;-moz-outline-style: none;}
.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;
	*behavior:url("/navigate/images/iepngfix.htc");
	background-image: url("");
	z-index:9999999;
}
.gb_box{
	position:relative;
	overflow:visible;
	border:3px solid #666666;
}
.gb_table{
	border: 0px;
}
.gb_close{
	background-image:url(/navigate/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%;
	*behavior:url("/navigate/images/iepngfix.htc");

	z-index:9999999;

}
.gb_notitle_box{
	position:relative;
	overflow:visible;
	border:1px solid #bfe8fe;
	border-radius: 8px;
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
}

.gb_notitle_box iframe{
	border-radius: 8px;
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
}
.gb_notitle_close{
	position:absolute;
	background-image:url(/navigate/images/close.gif);
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	cursor:pointer;
	top:-30px;
	right:-30px;
}
.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;
}