@CHARSET "UTF-8";
/* status */
#div_status,
#div_yesno {
	/*position: absolute;*/
    position: fixed;
    top: 0;
	width: 100%;
	z-Index: 1000;
}
.overray {
	background: url(../images/bg_overray.png) repeat 0 0;
	width:100%;
}
#div_status_inner,
#div_yesno_inner {
	color:#7fba00;
	display:block;
	font-family:NanumGothic,나눔고딕,"Malgun Gothic","맑은 고딕",Arial,sans-serif;
	font-size:1.8em;
	font-weight:700;
	letter-spacing:-1px;
	line-height:1.6;
	margin:0 auto;
	padding:60px 30px;
	text-align:center;
	vertical-align:middle;
	width:520px;
	text-shadow:1px 1px 1px #222;
}
.yesno { display: block; text-align: center; margin: 15px 0 0; font-size:0.8em; }
.yesno a,
.yesno a:visited { margin: 5px; padding:5px 15px; color: #fff;}
.yesno a:hover { color: #fc0; }
