.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	background: transparent url(/resource/md2/images/dialog/TL.png) no-repeat 0 0;			
  width:25px;
  height:35px;
}

.dialog_n {
  background: transparent url(/resource/md2/images/dialog/T.png) repeat-x 0 0;			
  height:35px;
}

.dialog_ne {
  background: transparent url(/resource/md2/images/dialog/TR.png) no-repeat 0 0;			
  width:25px;	  
  height:35px;
}

.dialog_w {
  background: transparent url(/resource/md2/images/dialog/L.png) repeat-y top left;			
  width:15px;
}

.dialog_e {
  background: transparent url(/resource/md2/images/dialog/R.png) repeat-y top right;			
  width:15px;	  
}

.dialog_sw {
  background: transparent url(/resource/md2/images/dialog/BL.png) no-repeat 0 0;			
  width:25px;
  height:30px;
}

.dialog_s {
  background: transparent url(/resource/md2/images/dialog/B.png) repeat-x 0 0;			
  height:30px;
}

.dialog_se, .dialog_sizer {
  background: transparent url(/resource/md2/images/dialog/BR.png) no-repeat 0 0;			
  width:30px;
  height:30px;
}

.dialog_sizer {
	cursor:se-resize;	
}

.dialog_close {
	width: 20px;
	height: 20px;
	background: transparent url(/resource/md2/images/dialog/close.png) no-repeat 0 0;			
	position:absolute;
	top:14px;
	right:20px;
	cursor:pointer;
	z-index:1000;
}

.dialog_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(/resource/md2/images/dialog/minimize.png) no-repeat 0 0;			
	position:absolute;
	top:14px;
	right:60px;
	cursor:pointer;
	z-index:1000;
}

.dialog_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(/resource/md2/images/dialog/maximize.png) no-repeat 0 0;			
	position:absolute;
	top:14px;
	right:41px;
	cursor:pointer;
	z-index:1000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#fff;
	font-weight: bold;
	padding-top: 8px;
}

.dialog_content {
	overflow:auto;
	color: #712182;
	background-color:#fff;
}

.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;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0;
	padding:0;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}

.dialog_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.dialog_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.dialog_buttons {
	text-align:center;
	width:100%;
}

.dialog_buttons input {
	width:20%;
	margin:10px;
}

.dialog_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}



/* FOR IE */
* html .dialog_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/md2/images/dialog/TL.png", sizingMethod="crop");
}

* html .dialog_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/md2/images/dialog/T.png", sizingMethod="scale");
}

* html .dialog_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/md2/images/dialog/TR.png", sizingMethod="crop");
}

* html .dialog_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/md2/images/dialog/L.png", sizingMethod="scale");
}

* html .dialog_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/md2/images/dialog/R.png", sizingMethod="scale");
}

* html .dialog_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/md2/images/dialog/BL.png", sizingMethod="crop");
}

* html .dialog_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/md2/images/dialog/B.png", sizingMethod="scale");
}

* html .dialog_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/md2/images/dialog/BR.png", sizingMethod="crop");
}

* html .dialog_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/md2/images/dialog/BR.png", sizingMethod="crop");
}

