
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:0;
  background-color:#ececec;
  display:none;
}
  
#boxes .window {
  position:absolute;
  /*width:1184px; */
  width:750px; 
  height:50%;
  display:none;
  z-index:9999;
  padding:10px 10px 10px 10px;
  background:url(images/images/loading.gif); background-position:center top; background-repeat:no-repeat;
}
 
#boxes #dialog {
  /*width:1174px;*/
  width:740px;
  height:70%;
  padding:5px 5px 5px 5px;
  background-color:#cccccc;
}
#dialog .dialog_body {
	padding:5px;
	/*width:1164px;*/
	width:730px;
	height:98%;
	background-color:#ffffff;
}
#dialog .dialog_body .dialog_body_show {
	padding:10px 0px 20px 9px;
	/*width:1154px; */
	width:720px; 
	height:95%;
	/*background-color:#f4f4f4;*/
}
#dialog #dialog_head {
	/*width:1174px;*/
	width:730px;
	height:auto;
	/*background-color:#505b88;*/
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
}
#dialog_head.headline {
	width:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
}
#dialog_head .btnclose {
	width:30px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
	text-align:center;
	border:1px solid #fff;
	/*padding:4 4 4 4;*/
}
#dialog .d-bottom {
}