@charset "shift_jis";
/* CSS Document */
.wb-edit-preview{
  border: 2px dashed #AAAAAA;
}
.wb-edit-preview-title{
  background: #F4F4F4;
  border:1px solid #666666;
  color: #333333;
  position: absolute;
  font-weight:bold;
  padding:2px 8px;
  margin-top:-20px;
  font-size:11px;
  cursor: pointer;  
  z-index: 500;
}
.wb-edit-preview-title-edit{
  border-bottom: none;
  height:16px;
}
.wb-edit-preview-edit{
  margin-bottom:20px;
  position: absolute;
  z-index: 500;
  width:800px;
  height:425px;
  padding: 10px;
  border-bottom: 2px solid #333333;
  border-right : 2px solid #333333;
  border-left  : 1px solid #666666;
  border-top   : 1px solid #666666;
  background: #F4F4F4;
}
.wb-edit-layer{
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background:#FFFFFF;
  opacity: 0.70;
  filter:alpha(opacity=70);
  position:fixed;
  z-index:9999;
}
* html .wb-edit-layer{
    position: absolute;
}
.wb-edit-loading{
  height:100%;
  width:100%;
  background: url(../img/loading.gif) no-repeat center;
}
.wb-edit-out{
  position:fixed;
  top: 0px;
  right:0px;
  padding:2px 8px;
  border:1px solid #666666; 
  height: 20px;
  background: #EEEEEE;
  cursor: pointer;
  text-align:center;
  font-weight:bold;
}
.wb-edit-preview-btn{
  text-align:left;
}