.popwindows {
	top: 0px;
	left: 900px;
	display: none;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#999;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:900px;
  height:300px;
  display:none;
  z-index:9999;
  text-align: center;
}
#boxes #dialog {
  width:900px; 
  height:auto;
  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;
    padding: 10px 20px;
    margin-top: -40px;
    z-index: 9999999;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
}
.popupoption:hover{
	color: #000;
}
.popupoption2:hover{
	color: red;
}

@media only screen and (max-width: 767px){
	.popwindows {
		top: 0px; left: 600px; display: none;
	}
	 
	#boxes .window {
	  width:600px;
  	  padding:0px;
	}
	#boxes #dialog {
	  width:600px; 
	  height:auto;
  	  padding:0px;
	}
}
@media only screen and (max-width: 599px){
	.popwindows {
		top: 0px; left: 300px; display: none;
	}
	 
	#boxes .window {
	  width:300px;
  	  padding:0px;
	}
	#boxes #dialog {
	  width:300px; 
	  height:auto;
  	  padding:0px;
	}


}