@charset "UTF-8";

.screen {
	display: none;
	position: fixed;
	top:  0;
	left: 0;
	width:  100%;
	height: 100%;
	background: #000;
}

.dialogBox {
	display: none;
	position: fixed;
	overflow: auto;
	width: 374px;
	height: 602px;
	z-index: 999;
}

.accessBox {
	display: none;
	position: fixed;
	overflow: auto;
	width: 800px;
	height: 600px;
	z-index: 999;
}

.dialog {
	display: block;
	width: 120px;
	margin: auto;
	background: #def;
	border: solid 1px #89e;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 1px 1px 0 #fff;
	color: #36c!important;
}


/* ----------------------------------------------- */
