#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	height:2248px !important;
}
#boxes .window {
	left: 22%;
	top: 20%;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999999;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}
#boxes #dialog {
	width: auto;
	height: auto;
	padding: 5px;
	background-color: #ffffff;
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 0pt;
}
.maintext {
	text-align: center;
	font-family: "Segoe UI", sans-serif;
	text-decoration: none;
}
#lorem {
	font-family: "Segoe UI", sans-serif;
	font-size: 0pt;
	text-align: left;
}
#popupfoot {
	cursor: pointer;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#popupfoot img{
	outline:none;
	border:none;
}
.popupoption:hover {
	background-color: #D1D1D1;
	color: green;
}
.popupoption2:hover {
	color: red;
}
