.overlay_sloth img { border: none; }

.overlay_sloth {
	background-color: #666666;
}

.sloth_nw {
	width: 4px;
	height: 4px;
	background: url(sloth/top_left.png) no-repeat;		
}

.sloth_n {
	background: url(sloth/top_mid.png) repeat-x;
	height: 4px;
}

.sloth_ne {
	width: 4px;
	height: 4px;
	background: url(sloth/top_right.png) no-repeat;		
}

.sloth_e {
	width: 4px;
	background: url(sloth/center_right.png)  repeat-y top right;		
}

.sloth_w {
	width: 4px;
	background: url(sloth/center_left.png) repeat-y top left;			
}

.sloth_sw {
	width: 4px;
	height: 4px;
	background: url(sloth/bottom_left.png) no-repeat;			
}

.sloth_s {
	background: url(sloth/bottom_mid.png) repeat-x 0 0;				
	height: 4px;
}

.sloth_se, .sloth_sizer {
	width: 4px;
	height: 4px;
	background: url(sloth/bottom_right.png) no-repeat;			
}

.sloth_close {
	width: 10px;
	height: 10px;
	background: url(sloth/close.png) no-repeat;			
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	z-index:2000;
}

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

.sloth_title {
	float:left;
	font-size:11px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	width: 100%
}

.sloth_content {
	background: url(sloth/overlay.png) repeat;
	overflow:auto;
	color: #ddd;
	font-family: Tahoma, Arial, "sans-serif";
	font-size: 10px;
}

.sloth_sizer {
	cursor:se-resize;	
}


.top_draggable, .bottom_draggable {
  cursor:move
}
/* FOR IE */
* html .sloth_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/sloth/top_left.png", sizingMethod="crop");
}

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

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

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

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

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

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

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

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

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

* html .sloth_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/sloth/minimize.png", sizingMethod="crop");
}

