

.wait {
    top : 0%;
    width : 100%;
    height : 100%;
    left : 0%;
    z-Index : 10;
    display : none;
    background-color : #f4e5ba;
    border : #56764A groove 2px;
    opacity : 0.8;
    text-align : center;
  }


.waitGif {
    display : block;
    width: 100%;
    margin-left : auto;
    margin-right : auto;
    position : relative;
    text-align : center;
    vertical-align : middle;
  }


.waitText {
    font : normal small-caps bolder 20px Verdana;
    color : #7F7F7F;
  }


