.overlay___invisible__ {
	background-color:#000000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.overlay_beverlyhilton {
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.6;
	opacity:0.6;
}

.beverlyhilton_wired_frame {
	background-color:#536535;
	filter:alpha(opacity=95);
	-moz-opacity:0.6;
	opacity:0.6;	
}

.beverlyhilton_title {
	position:absolute;
	padding:0px; 
	margin:0px;
	height:0px;
}

.beverlyhilton_content {
	padding:0px;
	margin:0px;
	height:0px;
}

.beverlyhilton_close {
	width:360px;
	height:369px;
	background:transparent url('/_AJAXWin/themes/beverlyhilton/button-close-globe.jpg') no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

* html .beverlyhilton_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/beverlyhilton/button-close-globe.jpg", sizingMethod="crop");
}

/*
.beverlyhilton_close {
	width:10px;
	height:11px;
	background:transparent url('/_AJAXWin/themes/beverlyhilton/button-close.jpg') no-repeat 0 0;			
	position:absolute;
	top:1px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

* html .beverlyhilton_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/beverlyhilton/button-close.jpg", sizingMethod="crop");
}
*/