body {
        margin:0;
        padding:0;
}

#adArea {
	background: #ffffff;
    overflow: hidden;
    text-overflow: clip;
    cursor:pointer;
}

.melt_cloud {
  margin-left: -150px;
  margin-top: -144px;
}

.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#drag_el{
  background-color:red;
  opacity: 0;
}
.rct {
    width:300px;
    height:250px;
    position: absolute;
}
.opacity0 { opacity: 0; }
.opacity1 { opacity: 1; }

.zIndex99995 { z-index: 99995; }
.zIndex99996 { z-index: 99996; }
.zIndex99997 { z-index: 99997; }
.zIndex99998 { z-index: 99998; }
.zIndex99999 { z-index: 99999; }

.abs {
  position: absolute;
}
.hidden{
	visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noVis{
    visibility: hidden;
}
.noDisplay{
    display: none;
}

