.popupShown {
    left: 40px;
    top: 70px;
    width: 800px;
    height: 450px;
    position: fixed;
    background-color: #eef;
    overflow: hidden;
    border: solid black 2px;
    z-index: 10;
    padding: 0em;
    border-radius:9px;-moz-border-radius:9px;-webkit-border-radius:9px;
}
.popupHid {
    left: 20em;
    top: 100px;
    background-color: white;
    width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
}
#globalBusy {
  z-index: 99997;
  position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}
#globalBusyMessage {
  z-index: 99998;
  background-color:white;
  border: 3px solid black;
  width: 40%;
  color: black;
  border-radius:9px;-moz-border-radius:9px;-webkit-border-radius:9px;
}


