@keyframes mymove {
  from {top: 500px;}
  to {bottom: 50%;}
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  

#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:400px;
  height:600px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  
}
#boxes #dialog {
  width:575px; 
  height:651px;
  padding: 7px 7px 7px 7px;
  background-color: #824b9e;
  font-size: 15pt;
 animation-name: mymove;
  animation-duration: 3s;
  
}
.pop{
    width:560px;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}
@media only screen and (max-width: 600px) {
    #boxes #dialog {
  width:289px; 
  height:444px;
  padding: 7px 7px 7px 7px;
 background-color: #824b9e;
  font-size: 15pt;
}
#mask {
  position:absolute;
  left:0%;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  
  width:325px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
}
.pop{
    width:276px;
    height: 412px;
}
}