.pop-layer .pop-container {
							
}

.pop-layer p.ctxt {color: #666;	line-height: 25px; text-align:center;}
.pop-layer .btn-r {    position: absolute; right: 30px; top: 30px;}

.pop-layer {display: none;position: absolute;top: 50%;left: 50%;	width: 800px;height: auto;background-color: #fff;border: 1px solid #009473;z-index: 10;margin-left: -400px !important;height:80%;overflow-y:scroll;overflow-x:hidden;}

.dim-layer {
display: none;
position: fixed;
_position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
}

.dim-layer .dimBg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .5;
filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
display: block;
}

a.btn-layerClose {
display: inline-block;
}

a.btn-layerClose:hover {
}

::-webkit-scrollbar{width: 5px;}
::-webkit-scrollbar-track {background-color:#ddd;}
::-webkit-scrollbar-thumb {background-color:#009473; border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background:#ff9cf0;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
width:16px;height:16px;background:#f1ef79;} 
