/*
 *  Grey box overrides.
 */
 
.GB_Window
{
	border-top: 8px solid #ffd204;
	border-left: 5px solid #ffd204;
}

.GB_Window div
{
	background-color: #ffffff;
}

.GB_Window .content
{
	border: none;
}

.GB_Window table.header
{
	background-image: none !important;
	position: absolute;
	
	border: 0;
	margin: 0;
	padding: 0;
	
	height: 0px !important;
	width: 0px !important;
}

.GB_Window table.header td.caption, 
.GB_Window table.header td.close img
{
	display: none;
}

.GB_Window table.header td.close
{
	position: relative;
}

.GB_Window table.header td.close span
{
	background-image: url(../js/fancyzoom/closebox.png);
	color: transparent;
	font-size: 0;
	position: absolute;
		top: -22px;
		left: -19px;
	text-decoration: none !important;
	border: 0 !important;
	
	height: 33px;
	width: 33px;
}

* html .GB_Window table.header td.close span
{
	background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancyzoom/closebox.png', sizingMethod='scale');
	
	left: -21px;
}
