@charset "utf-8";
/* CSS Document */

body {
font-family:verdana;
font-size:15px;
}

a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  width: 100%;
  height: 700px;
  background-color:#000;
  display:none;
  display: none;
  opacity: 0.8;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  top: 100px;
  left: 300px;
  display: none;
}
#boxes #dialog {
  width:360px; 
  height:200px;
  padding:10px;
  top: 50px;
  left: 33%;
  background-color:#ffffff;
  z-index: 100000000;
}
.close
{
	font-size: 18px !important;
}
@media only screen and (max-width:768px)
{
	#boxes #dialog
	{
	  width: 330px;
	  height: 180px;
	}
}