#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: rgba(0,0,0,0.5);
	display: none;
}  
#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	display: none;
	z-index: 999999;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}
#boxes #dialog {
	width: 600px;
	padding: 10px;
	background-color: #ffffff;
	font-size: 15pt;
}

#boxes #dialog img {
	width:100%;
	
}
#boxes #dialog #san .close.agree img{
	height: 30px;
	width: 30px;
}


@media(max-width:500px){
	
	#boxes #dialog {
	width: 300px;
	
}

	
	}

