@charset "UTF-8";

/*------------------------------------*\
    LAYER
\*------------------------------------*/

.alertLayer,
.topLayer {
	background-color:#000;
	opacity:0.7;
	height: 100%;
	left: 0;
	top:0;
	overflow: auto;
	position: fixed;
	width: 100%;
	z-index:998;
}
.topLayer{
	display:none;
}
.layerContent {
	width: 100%;
	max-width:500px;
	background-color: #fff;
	z-index:999;
	margin:0;
}
.main_layer{
	padding:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
.topButton_layer {
	float: right;
	height: 0;
	overflow: visible;
	position: relative;
	right: -9px;
	top: -11px;
}
.topButton_layer > a{
	font-size:16px;
	color:#000;
}
.layerContent h3 {
	text-align:center;
	font-size:18px;
	margin:0px 0 15px;
	border-bottom: 2px solid #333;
	color:#000;
	padding-bottom:5px;
}

.layerContent p {
	margin:5px 0;
}
.close_layer {
	text-align:center;
	margin:20px auto 0;
	display:table;
	color:#FFF;
	background-color:#000;
	padding:8px 15px;
}
