.layoutContentDiv {
  background: rgb(250, 250, 250);
  border-radius: 4px;
  border: 8px solid rgb(208, 215, 223);
  line-height: 1.666;
  font-size: 12px;
  position: fixed;
  z-index: 999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  left: 40%;
  top: 40%;
  position: absolute; /*IE6*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.layoutBackground {
  display: none;
  background: rgb(0, 0, 0);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  filter: alpha(opacity = 30);
  position: absolute;
  z-index: 998;
  opacity: 0.3;
}

.layoutContentHeader_left {
  position: absolute;
  top: 0;
  left: 0px;
  zoom: 1;
  width: 30px;
  height: 25px;
  background: url(../img/table_bg.jpg) no-repeat scroll 0px -2px;
  display: none;
}

.layoutContentHeader_center {
  height: 30px;
  line-height: 22px;
  /*background: url(../img/dltable_bg.jpg) repeat-x scroll 0px 0px #fafafa;*/
  background-color: #d0d7df;
  color: #777777;
  /*border-bottom: 1px solid #eeeeee;*/
  text-align: left;
  padding-left: 7px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'STHeitiSC Light', 'Microsoft YaHei', 'å®‹ä½“', 'Arial', 'Helvetica';
}

.layoutContentHeader_right {
  position: absolute;
  top: 0px;
  right: 4px;
  zoom: 1;
  height: 24px;
  width: 24px;
  background: url(../img/close_normal.png) no-repeat;
  cursor: pointer;
}

.layoutContentHeader_right_f {
  position: absolute;
  top: 0px;
  right: 4px;
  zoom: 1;
  height: 24px;
  width: 24px;
  background: url(../img/close_pressed.png) no-repeat;
  cursor: pointer;
}
