.overlay_dialog img { border: none; }
.overlay_dialog { background-image: url('zman4web/overlay.png'); }

/* For PNG transparence in IE !! */
* html .overlay_dialog {
	background-color: transparent;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="windows_js_0.65/themes/zman4web/overlay.png", sizingMethod="scale");
}

/* For PNG transparence in IE !! */
* html .dialog_nw {
	background-color: transparent;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="windows_js_0.65/themes/zman4web/center_left.png", sizingMethod="crop");
}

.dialog_nw {
	width: 7px;
	height: 25px;
	background: transparent url(zman4web/center_left.png) no-repeat 0 0;		
}

.dialog_n {
	height: 25px;
	background: transparent;	
	width: 100%;
}

/* For PNG transparence in IE !! */
* html .dialog_ne {
	background-color: transparent;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="windows_js_0.65/themes/zman4web/center_right.png", sizingMethod="crop");
}

.dialog_ne {
	width: 19px;
	height: 25px;
	background: transparent url(zman4web/center_right.png) no-repeat 0 0;		
}

/* For PNG transparence in IE !! */
* html .dialog_e {
	background-color: transparent;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="windows_js_0.65/themes/zman4web/center_right.png", sizingMethod="scale");
}

.dialog_e {
	width: 19px;
	height: 100%;
	background: transparent url(zman4web/center_right.png) repeat-y 0 0;	
}

/* For PNG transparence in IE !! */
* html .dialog_w {
	background-color: transparent;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="windows_js_0.65/themes/zman4web/center_left.png", sizingMethod="scale");
}

.dialog_w {
	width: 7px;
	height: 100%;
	background: transparent url(zman4web/center_left.png) repeat-y 0 0;		
}

.dialog_sw {
	width: 1px;
	height: 1px;
	background: transparent;			
}

.dialog_s {
	background: transparent;		
	width: 100%;
	height: 1px;
}

.dialog_se {
	width: 1px;
	height: 1px;
	background: transparent;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(zman4web/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 1px;
	height: 1px;
	background: transparent;			
	position:absolute;
	top:5px;
	left:8px;
	z-index:2000;
}

.dialog_title {
	color: #ffffff;
	font-weight: bold;
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
}

/* For PNG transparence in IE !! */
* html .dialog_content {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="windows_js_0.65/themes/zman4web/main_bg.png", sizingMethod="scale");
}

.dialog_content {
	text-align: center;
	overflow:hidden;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background: transparent url(zman4web/main_bg.png);
	padding: 5px;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}


.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100%; display: block; height: 100%;}
.dialog td, th { padding: 0; }