@charset "utf-8";
/* CSS Document */

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#1d3ee7;
	display:none;
}  
#boxes .window {
	position:absolute;
	left:0;
	top:0;
	width:600px;
	height:200px;
	display:none;
	z-index:9999;
	border-radius: 15px;
	text-align: center;
	background-color: #FFF;
	padding: 20px;
}
#boxes #dialog {
	width:1000px;
	height:auto;
	padding:10px;
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 15pt;
	
}
.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: 16pt;
	color: #e2122a;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	opacity: 1;
}
#popupfoot a{
	text-align: center;
	color: #e2122a;
	opacity: 1;
	
}

.agree:hover{
	background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}