.drag {
  display:none;
  position:fixed;
  background:#CCC;
  border-bottom-right-radius : 6px;
  border-bottom-left-radius:6px;
  cursor:move;
  top:50%;
  left:50%;
  margin:0;
  z-index:200002;
  padding:2px 6px 6px 6px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.drag .head{
  cursor:move;
  height:30px;
  font-weight:bold;
  padding:4px 4px 0px 10px;
  background-color:#F9F9F9;
  border-bottom:#999 solid 1px;
}
.drag .head .close{
  float:right;
  background-image:url(../images/Close_Circle_Blue.png);
  position:absolute;
  top:4px;
  right:8px;
  width:24px;
  height:24px;
  cursor:pointer;
}
.drag .konten{
   background:#FFF;
   cursor:default;
}
.loader{
  position:fixed; background:#E5EFF5; border-radius:30px; display:none;z-index:20003;left:50%;top:50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.dialogboxcenter{ display: none; position: fixed; top: 0px; left: 0px; height:100%; width: 100%; z-index: 200004; padding-top:200px; } 
.dialogboxoverlay{ display: none; opacity: .8; position: fixed; top: 0px; left: 0px; background: #000; height:100%; width: 100%; z-index: 200001; } 
.dialogbox{ background: #006687; border-radius:7px; z-index:200005; width:90%; max-width:500px; max-height:580px; padding:1px; } 
.dialogbox > div{ margin:4px; border-radius:5px; } 
.dialogbox > div > .dialogboxhead{ background: -moz-linear-gradient(#00CCCC, #009999); 
border-top-left-radius:5px; border-top-right-radius:5px; font-size:14px; font-weight:bold; padding:4px; color:#FFF; }
.dialogbox > div > .dialogboxheadsalah{ background: -moz-linear-gradient(top, rgba(255,231,227,1) 0%, rgba(196,47,13,1) 86%); 
border-top-left-radius:5px; border-top-right-radius:5px; font-size:14px; font-weight:bold; padding:4px; color:#FFF; }
.dialogbox > div > .dialogboxbody{ background: #00CCC0; padding:10px; color:#000; overflow:auto; max-height:500px;}
.dialogbox > div > .dialogboxfoot{ background: #00CCC0; padding:2px; padding-right:4px; text-align:right; }