#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:8010; /*9000;*/
  /*background-color:#000;*/
  background:rgba(255, 255, 255, 0.92) none repeat scroll 0 0 !important;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  text-align: center;
}
#boxes #dialog {
	/*background:url(cancel_btn.png) top right no-repeat;*/
	box-shadow: 0 0 30px #dddddd;
  width:757px; 
  height:auto;
  padding: 30px 10px 10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
#dialog a{
	position: inherit;
    top: -12px;
	}
#dialog a:hover{
	background:none !important;
	}	
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
.lorem{
	border-right:1px solid #999;
	color:#666/*#999*/;
	float: left;
    font-family: arial;
    font-size: 11pt;
    padding: 5px 30px 5px;
    text-align:center;
    width: 42%;
}
.lorem:hover{
	color:#000;
	}
.lorem img{
	margin-left:25px;
	backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
	}
.lorem:hover img {
    transform: scale(1.1);
}	
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}