.modalContainer {
  /*background-color: white;*/
  width:100%;
  position: relative;
  z-index: 9999;
}

.modalPage {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9998;
}

.modalBackground {
  filter: Alpha(Opacity = 20);
	-moz-opacity: 0.3;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  z-index: 9997;
  top: 0px;
  left: 0px;
}

.modalTransparent {
  filter: Alpha(Opacity = 30);
  moz-opacity: 0.3;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 200;
  display: none;
  khtml-opacity: 0.3;
  top: 0px;
  left: 0px;
}

.modalTransparentOver {
  filter: Alpha(Opacity = 30);
  moz-opacity: 0.3;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 300;
  display: none;
  khtml-opacity: 0.3;
  top: 0px;
  left: 0px;
}
