#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  padding-top:20px;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
    width: 50%;
    height: auto;
    padding: 10px;
    position: absolute;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
    top: 20px !important;
    left: 0 !important;
    right: 0;
    text-align: center;
    margin: 0 auto;
}


.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a {
    text-decoration: none;
    top: 12px;
    position: absolute;
    right:-8px;
    color: red;
    opacity: 7;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
h2.popuptitle {
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    color: #2169A8;
    font-size: 23px;
}
div#boxes p {
    text-align: justify;
	padding:10px;
}