.layer-wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.layer-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}
.pop-layer {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    background-color: #fff;
    border: 5px solid #3571B5;
    z-index: 10;
    font-family:Tahoma;
}

.pop-layer.w1200 {
	width: 1200px;
}


.pop-layer .pop-container {
    padding: 20px 25px;
}

.pop-layer.scroll .pop-container {
	overflow: auto;
	max-height: 500px;
}

.pop-layer .btn-r {
    width: 100%;
    padding: 10px 25px 20px;
    border-top: 1px solid #DDD;
    text-align: right;
}
a.btn-layerClose {
    display: inline-block;
    height: 30px;
    padding: 0 14px 0;
    border: 1px solid #304a8a;
    background-color: #3f5a9d;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.pop-layer-title {
	 padding: 10px 25px;
	background-color: #3571B5;
	text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
}

.layer_text_area {width: 500px; height: 200px; padding: 10px;}