#mask {
  position:fixed;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 45px !important;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:fixed;
  float:right;
  left: .1% !important;
  top: 6px !important;
  width:98% !important;
  height:40px !important;
  display:none;
  z-index:9999;
  padding:0px;
  border-radius: 3px;
  text-align: center;
}
#boxes #dialog {
  width:100%; 
  height:auto;
  padding:0px;
  background-color:transparent;
  font-family: 'oswald-regular', Arial;
  font-size: 18px;
  color: #FFF;
}
.maintext{
	text-align: center;
  font-family: "oswald-regular", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "oswald-regular", sans-serif;
	font-size: 16px;
  text-align: left;
}
#popupfoot{
	font-family: "oswald-regular", sans-serif;
	font-size: 16px; /* I agree/disagree text */
  padding: 10px 5px;
  float: right;
}
#popupfoot a{
	text-decoration: none;
}

#popupfoot a:link,
#popupfoot a:visited,
#popupfoot a:active{
	text-decoration: none;
	color: #0C0;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}