@charset "utf-8";
/* CSS Document */
 
.clsPageGreyDiv {
  position: absolute;
  overflow: hidden;
  width: 10px; height: 10px;
  left: -10px; top: -10px;
  z-index: 100;
  opacity: .3; /* CSS3 */
  background-color: #000;
}


.clsPageGreyImg {
  border: none;
}
.clsPageGreyMsg { /* a P element which contains the img and msg text */
  position: absolute;
  width: 240px;
  top:300px;
  left: -260px;
  padding: 4px;
  color: #000;
  background-color: #FFF;
  border: 2px solid #0CF;
  z-index: 101;
}
#demoBtn {
  cursor:pointer;
}

.ie .clsPageGreyDiv { filter: alpha(opacity=30); }

