#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  background-size:cover;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:600px;
  height:300px;
  display:none;
  z-index:9999;
  padding:40px;
  border-radius: 15px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#boxes .window h1{
	font-size:20px;
	font-weight:bold;
	color:#014071;
	text-transform:uppercase;
	text-align:center;
}


#dialog h2 {
	color:#014071;
	font-size:15px;
	font-style:italic;
	text-align:left;
	margin:10px 0;
}
	
	
#boxes #dialog {
  width:600px; 
  height:auto;
  padding:40px;
  background-color:#ffffff; 
  font-size: 15pt;
  font-family: Georgia, "Times New Roman", Times, serif;
}


#box-text, #box-text p{
	font-size: 12pt;
  	text-align: justify;
  	font-family: Georgia, "Times New Roman", Times, serif;
	color:#636363;
}

#popupfoot{
	font-size: 12pt;
  	padding: 10px 0px;
	float:left;
	color:#636363;
}
#popupfoot a{
	text-decoration: underline;
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#popupfoot a:hover{
	text-decoration:none;
	}
