﻿#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #000000;
    display: none;
}

.layerpop {
    display: none;
    z-index: 1000;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: #fff;
    cursor: move;
}

.layerpop_area .title {
    padding: 10px 10px 10px 10px;
    border: 0px solid #aaaaaa;
    background: #f1f1f1;
    color: #3eb0ce;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
}

.layerpop_area .layerpop_close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

    .layerpop_area .layerpop_close:hover {
        background: transparent url('btn_exit_on.png') no-repeat;
        cursor: pointer;
    }

.layerpop_area .content {
    width: 96%;
    margin: 2%;
    color: #828282;
}
