#mask {
	margin-top: -10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #CCC;
	display: none;
}
#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	min-height: 200px;
	display: none;
	z-index: 9999;
	padding: 10px;
}
#boxes #dialog {
	width: 50%;
	min-height: 50%;
	padding: 10px;
	background-color: #FFF;
	border: solid 8px #333;
	text-align: center;
}
#boxes #dialog .modal_menu {
	border-bottom: #333 solid 1px;
	width: 100%;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}
#boxes #dialog .cap {
	margin-top: 5px;
	text-align: center;
}