#GB_overlay {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
}

#GB_window {
	font-family: helvetica, verdana, sans-serif;
	left: 0;
	top: 0;
	font-size: 1px;
	position: absolute;
	overflow: visible;
	z-index: 150;
	margin: 0px;
	padding: 0px;
}

#GB_frame {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.GB_caption {
	text-align: left;
	margin: 0px;
	padding: 0px;
}


/*Table border around style*/
.GB_t_frame {
	font-size: 12px;
	color: #444;
	padding: 0;
	border-collapse: collapse;
	background-color: transparent;
	margin: 0;
}

.GB_t_frame_border {
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.GB_t_frame_top {
	display: block;
	margin: 0px;
	padding: 0px;
}
/* --------------------------*/
.GB_t_frame_left, .GB_t_frame_right {
	width: 40px;
}

.GB_t_frame_middle {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.GB_header {
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 225px;
}
._GB_close {
	z-index: 200;
	float: right;
	cursor: pointer;
	cursor: hand;
	position: absolute;
	top: 200px;
	margin: 0px;
	padding: 0px;
	left: 770px;
}

.GB_close {
	z-index: 200;
	float: right;
	cursor: pointer;
	cursor: hand;
	position: relative;
	top: 200px;
	margin: 0px;
	padding: 0px;
}

.GB_close img {
  width: 50px;
  height: 50px;
  margin-right: 3px;
}

.GB_container {
	margin: 0;
	padding: 0;
}

/*Loader*/
.GB_loader {
  z-index: 500;
  left: 6px;
  color: #616161;
  font-size: 15px;
  text-align: center;
  background-color: #fff;
}
