#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#333333;
  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: center;
}
#boxes #dialog {
  width:750px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
@media all and (max-width: 480px) {
	#boxes #dialog {
	margin:auto !important;
  width:80% !important; 
  height:auto;
  padding:2% !important;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
  font-size: 120%;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 100%;
  text-align: center;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
font-size: 120%;

position: inherit;
margin-top: -9%;
width:100%;
}

@media all and (max-width: 480px) {
#popupfoot{
	font-family: "Segoe UI", sans-serif;
font-size: 120%;

position: inherit;
margin-top: -35%;
width:100%;
}
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
 
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=20);
}