.layerPopupBase {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999900;
}
.layerPopupBase .layerPopupBackground {
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
}
.layerPopupBase .layerPopupContent {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
}
.lyPop {
  display: none;
}
