﻿@charset "utf-8";
/* CSS Document */

html,body {
	height: 100%;
}


* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	z-index: 18000;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #fff;
}

.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin: 10px 0px 0px 0px;
	
	text-align: center;
	z-index: 20000;
}


.btn_close{
	position: fixed;
	top:0;
	right: 0;
	cursor:pointer;
	width:50px !important;
	margin:auto;
}