@charset "utf-8";
/* CSS Document */

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #eae9e9;
	display: none;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
 
#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 420px;
	height: 220px;
	display: none;
	z-index: 9999;
	padding: 30px;
	border-radius: 15px;
	text-align: center;
}
 
#boxes #dialog {
	width: 700px;
	height: 300px;
	padding: 30px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 2em;
}
 
#popupfoot {
	font-size: 16pt;
	position: absolute;
	bottom: 0px;
	width: 250px;
	left: 540px;
	margin-bottom: 30px;
	margin-top: 30px;
}
