#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  /*width:1000px;
  height:1000px;*/
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
  background-color:#FFFFFF
}
#boxes #dialog {
  /*width:1000px;*/
  height:auto;
  padding:10px;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt; color:#000000;
  
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem
{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
    text-align: left; color:#000000;
}
#popupfoot{
	
	/*background:url(kapat_icon.png) no-repeat right;
	height:30px; */
	padding-bottom:10px;
	font-family: "Segoe UI", sans-serif;
	font-size: 18pt;
	font-weight:bold;
	color:#000000;  text-align:right;
}
#popupfoot a{
	text-decoration: none; color:#000000; 
}
.agree:hover{
 /* background-color: #D1D1D1; */
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
#mask {
	position:fixed;
}