#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
} 

.close.popup-brands {
    position: absolute;
	top:-30px;
	right:5px;
	background:#ec1f29;
	opacity: 1;
	width:30px;
	height:30px;
	line-height:27px;
	font-size: 16px;
	font-weight:600;
	color:#fff;
}

h1.logo-popup {
width: 100%;
margin: 0 auto;
padding:0 0 20px;
text-align:center;
}

#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:590px;
  height:500px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 3px;
  text-align: center;
}
#boxes #dialog {
  width:600px; 
  height:466px;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
  text-align: center;
  padding:30px;
}

#lorem p{
	color:#fff;
	line-height:26px;
}

#popupfoot{
	font-family: "Roboto", 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;
}