.overlay___invisible__ {
	background-color:#421416;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.top_draggable, .bottom_draggable {
	cursor:move;
}

.status_bar {
	font-size:12px;
}
.status_bar input{
	font-size:12px;
}

.wired_frame {
	display:block;
	position:absolute;
	border:1px #000 dashed;
}

.overlay_glencove {
	background-color:#421416;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.glencove_wired_frame {
	background-color:#421416;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;	
}

.glencove_title {
	float:left;
	height:20px;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:10px; 
	width:100%;
	color:#585858;
}

.glencove_close {
	width:59px;
	height:10px;
	background:transparent url('/_AJAXWin/themes/glencove/button-close2.png') no-repeat 0 0;			
	position:absolute;
	top:1px;
	right:2px;
	cursor:pointer;
	z-index:3000;
}

/* FOR IE */

* html .glencove_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/glencove/button-close2.png", sizingMethod="crop");
}