.overlay_dialog, .overlay_alert {
   background-color: #cccccc;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}

.dialog_nw, .alert_nw{
   width:10px;
   height:25px;
   background: transparent url(images/left-top.gif) no-repeat 0 0;
}

.dialog_n, .alert_n{
   background: transparent url(images/top-middle.gif) repeat-x 0 0;
   height:25px;
}

.dialog_ne, .alert_ne {
   background: transparent url(images/right-top.gif) no-repeat 0 0;
   width:10px;
   height:25px;
}

.dialog_e, .alert_e {
   background: transparent url(images/frame-right.gif) repeat-y top right;
   width:7px;
}

.dialog_w, .alert_w {
   background: transparent url(images/frame-left.gif) repeat-y top left;
   width:7px;
}

.dialog_sw, .alert_sw {
   background: transparent url(images/bottom-left-c.gif) no-repeat 0 0;
   width:7px;
   height:7px;
}

.dialog_s, .alert_s {
   background: transparent url(images/bottom-middle.gif) repeat-x 0 0;
   height:7px;
}

.dialog_se, .alert_se {
   background: transparent url(images/bottom-right-c.gif) no-repeat 0 0;
   width:7px;
   height:7px;
}

.dialog_sizer, .alert_sizer {
   background: transparent url(images/bottom-right-c.gif) no-repeat 0 0;
   width:7px;
   height:7px;
	cursor:se-resize;
}

.dialog_minimize, .alert_minimize {
   width: 15px;
   height: 23px;
   background: transparent url(images/button-min-focus.gif) no-repeat 0 0;
   position:absolute;
   top:4px;
   right:40px;
   cursor:pointer;
   z-index:1000;
}

.dialog_maximize, .alert_maximize {
   width: 15px;
   height: 23px;
   background: transparent url(images/button-max-focus.gif) no-repeat 0 0;
   position:absolute;
   top:4px;
   right:25px;
   cursor:pointer;
   z-index:1000;
}

.dialog_close, .alert_closer {
   width: 15px;
   height: 23px;
   background: transparent url(images/button-close-focus.gif) no-repeat 0 0;
   position:absolute;
   top:4px;
   right:11px;
   cursor:pointer;
   z-index:1000;
}

.dialog_title, .alert_title {
	float:left;
	height:14px;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	margin-top:10px;
	width:100%;
	color:#123456;
	position: relative;
	top: -5px;
}

.dialog_content, .alert_content {
   overflow:auto;
   color: #000;
   font-family: Tahoma, Arial, sans-serif;
   font: 12px arial;
   background:#FDFDFD;
}

.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: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th {
  padding: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}
.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:30px;
	background: #FFF url('images/wait.gif') no-repeat center center
}
