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

#car {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  opacity:0.5;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  position:absolute;
  width:700px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

}
#lorem{
	width:auto; 
	height:auto;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 0px 0px;
}
#popupfoot a{
	color: red;
	text-decoration: underline;
}
.agree:hover{
  background-color: #D1D1D1;
  text-decoration: none;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}

#close {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
	text-decoration:none;
}

#close:hover {
        float:right;
        display:inline-block;
        padding:2px 5px;
        background:#ccc;
        color:#fff;
		text-decoration:none;
    }

#dummy {
  position:absolute;
  color:blue;
}

.lorem:hover {
        background:#ccc;
        color:#00f;
    }

