.overlay_nuncio img { border: none; }

.overlay_nuncio {
	background-color: #666666;
}

.dialog_nw {
	width: 12px;
	height: 28px;
	background: url(nuncio/top_left.png) no-repeat;		
}

.dialog_n {
	background: url(nuncio/top_mid.png) repeat-x;
	height: 28px;	
}

.dialog_ne {
	width: 21px;
	height: 28px;
	background: url(nuncio/top_right.png) no-repeat;		
}

.dialog_e {
	width: 21px;
	background: url(nuncio/center_right.png)  repeat-y top right;		
}

.dialog_w {
	width: 12px;
	background: url(nuncio/center_left.png) repeat-y top left;			
}

.dialog_sw {
	width: 12px;
	height: 18px;
	background: url(nuncio/bottom_left.png) no-repeat;			
}

.dialog_s {
	background: url(nuncio/bottom_mid.png) repeat-x 0 0;				
	height: 18px;
}

.dialog_se, .dialog_sizer {
	width: 21px;
	height: 18px;
	background: url(nuncio/bottom_right.png) no-repeat;			
}

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

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

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

.dialog_content {
	background: url(nuncio/overlay.png) repeat;
	overflow:auto;
	color: #ddd;	
}

.dialog_sizer {
	cursor:se-resize;	
}


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

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

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

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

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

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

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

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

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

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

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

