.overlay_abris {
	background-color: #B89F43;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border: 3pt solid #000000;
}

<!--
.abris_nw {
	width: 7px;
	height: 28px;
	background: url(/images/bg_left.jpg) repeat-y top left;		
}

.abris_n {
	background: url(/images/window-bg_top.gif) repeat-x;
	height: 28px;
}

.abris_ne {
	width: 7px;
	height: 28px;
	background: url(/images/bg_right.jpg) repeat-y top right;		
}

.abris_e {
	width: 7px;
	background: url(/images/bg_right.jpg)  repeat-y top right;		
}

.abris_w {
	width: 7px;
	background: url(/images/bg_left.jpg) repeat-y top left;			
}

.abris_sw {
	width: 7px;
	height: 18px;
	background: url(/images/bg_left.jpg) no-repeat;			
}

.abris_s {
	background: url(/images/bottom_bg.gif) repeat-x 0 0;				
	height: 18px;
}

-->

.abris_se, .abris_sizer {
	width: 7px;
	height: 18px;
	background: url(/images/bg_right.jpg) no-repeat;			
}

.abris_close {
	width: 14px;
	height: 14px;
	background: url(/images/abris-window/close.png) no-repeat;			
	position:absolute;
	top:10px;
	right:22px;
	cursor:pointer;
	z-index:2000;
}

.abris_minimize {
	width: 14px;
	height: 15px;
	background: url(/images/abris-window/minimize.png) no-repeat;			
	position:absolute;
	top:10px;
	right:40px;
	cursor:pointer;
	z-index:2000;
}

.abris_title {
	float:left;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	width: 100%
}

.abris_content {
	background: url(/images/bg.jpg) repeat;
	overflow:auto;
	color: #ddd;
	font-family: Tahoma, Arial, "sans-serif";
	font-size: 10px;
}

.abris_sizer {
	cursor:se-resize;	
}


.top_draggable, .bottom_draggable {
  cursor:move
}
/* FOR IE */
/*

<!--
* html .abris_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/top_left.png", sizingMethod="crop");
}

* html .abris_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/top_mid.png", sizingMethod="scale");
}

* html .abris_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/top_right.png", sizingMethod="crop");
}

* html .abris_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/center_left.png", sizingMethod="scale");
}

* html .abris_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/center_right.png", sizingMethod="scale");
}

* html .abris_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/bottom_left.png", sizingMethod="crop");
}

* html .abris_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/bottom_mid.png", sizingMethod="scale");
}

* html .abris_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/bottom_right.png", sizingMethod="crop");
}

-->

* html .abris_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/bottom_right.png", sizingMethod="crop");
}

* html .abris_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/close.png", sizingMethod="crop");
}

* html .abris_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/abris-window/minimize.png", sizingMethod="crop");
}*/
.abris_message {
    padding: 10px;
}

.abris_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: url('/images/progress_bar.gif') no-repeat center center
}

