#mask1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  background-color: #000;
  display: none;
}
#mask2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: left;
}

#boxes #dialog1 {
  width: 600px;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  font-family: "Segoe UI Light", sans-serif;
  font-size: 12pt;
}
#boxes #dialog2 {
  width: 600px;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  font-family: "Segoe UI Light", sans-serif;
  font-size: 12pt;
}

.maintext {
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body {
}
#lorem {
  font-family: "Segoe UI", sans-serif;
  font-size: 12pt;
  text-align: left;
}
#popupfoot {
  font-family: "Segoe UI", sans-serif;
  font-size: 12pt;
  font-weight: 500;
  padding: 05px 15px;
}
#popupfoot a {
  text-decoration: none;
  color: #003399;
}
.agree:hover {
  background-color: #d1d1d1;
}
.popupoption:hover {
  background-color: #d1d1d1;
  color: green;
}
.popupoption2:hover {
  color: red;
}
