#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#3c9cdee8;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  /*border-radius: 5px;*/
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:20px 20px 20px 20px;
  background-color:#ffffff;
  font-size: 15pt;
  box-shadow: 0px 0px 10px #000;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}


.f-style input,.f-style textarea{margin-bottom: 25px;
border-radius:0px;}

.f-style button{
	margin-top: 10px;
    margin-bottom: 10px;}


.popup-btn{
	padding:8px 25px;
border-radius:0px;
background-color: #3c9cde;
    border-color: #3c9cde;
text-align:center;}


.close {
    
opacity: 1 !important;}