/* F12 개발자 도구로 작성. 원본 파일을 정확하게 표현한 것이 아닐 수도 있습니다. */
.hide {
	left: 0px; top: 0px; width: 1px; height: 1px; line-height: 0; font-size: 0px; visibility: hidden; position: absolute;
}
.layer {
	left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 10000; _position: absolute;
}
.open {
	display: block;
}
.layer .bg {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100%; filter: alpha(opacity=80);opacity:0.8;-moz-opacity:0.8; position: absolute;
}
.layer_area {position:absolute; left:50%; top:50%; background:#fff; padding:5px; border:4px solid #ddd; width:680px; height:311px;}