.overlay {
  background-image: url(../images/overlay.png);
  background-repeat: repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
/*  height: 1025px; */
/*  height: 98%;
  width: 769px; */
  width: 100%;
  z-index: 1000;
}

.modalbox {
  background-color: #dde7cb;
  border: 4px outset #49647e;
  padding: 8px;
  position: absolute;
  z-index: 1001;
}

.mbline1,
.mbline2,
.mbline3 {
  font-size: 12px;
  margin-top: 6px;
  text-align: center;
}

.mbbuttons {
  margin-top: 12px;
  text-align: center;
}

.mbbuttonclose {
  background-color: #49647e;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

.modalboxhide,
.overlayhide {
  visibility: hidden;
}