/*
-----------Structure-----------
*/
#GB_overlay {
	background-color: #000;
	position: fixed;
	_position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 1000;
}
#GB_window {
	left: 0;
	top: 10% !important;
	font-size: 1px;
	position: fixed;
	_position: absolute;
	overflow: visible;
	z-index: 1150;
}
#GB_window .content {
	width: auto;
	margin: 0;
	padding: 0;
}
#GB_frame {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
	white-space: nowrap;
}

/*
-----------Window Styles-----------
*/
#GB_window {
	border: 6px solid #ededed;
	background: #fff;
}

/*
-----------Header-----------
*/
#GB_window .header {
	background: none !important;
	width: auto !important;
}
#GB_window .header .caption, #GB_window .header .close {
	padding: 0 8px;
	color: #bdbdbd;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 10px;
	line-height: 30px;
	text-transform: uppercase;
}
#GB_window .header .close div {
	position: absolute;
	top: 0;
	right: 8px;
	white-space: nowrap;
}
#GB_window .header .close div img {
	display: none;
}
#GB_window .header .close div span {
	display: block;
	padding: 0 20px 0 0;
	background: url('btn-close.gif') 100% 50% no-repeat;
	cursor: pointer;
}