#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #000000;
    display: none; }

.layerpop {
    display: none;
    z-index: 1000;
    border: 3px solid #ccc;
    background: #fff;
    cursor: move; }
    

.layerpop_area .title {
    padding: 10px 10px 10px 10px;
    border: 0px solid #aaaaaa;
    background: #595959;
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 24px; }

.layerpop_area .layerpop_close {
    width: 45px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFFFFF;
    /*-- background: transparent url('btn_exit_off.png') no-repeat; --*/
 }

.layerpop_area .layerpop_close:hover {
   /*-- background: transparent url('btn_exit_on.png') no-repeat; --*/
    cursor: pointer; }

.layerpop_area .content {
    width: 96%;    
    margin: 2%;
    font-size: 1.0em;
    color: #828282; }
/*-- POPUP common style E --*/
