#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  opacity: 0.8;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:655px;
  height:1000px;
  display:none;
  z-index:9999;    
  text-align: center;
  background-color:e8e8e8;
  
}
#boxes #dialog {
  width:560px; 
  height:auto;
  padding-bottom:10px;
  margin-bottom:20px;
  background-color:#e8e8e8;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 11pt;
  color:#18315F;
}
.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;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  padding: 10px 10px;
}
#popupfoot a{
	text-decoration: none;
	font-size: 10pt;
	color:#000 ;
}
#popupfoot a:hover{
color:#006699;}

.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
