.popup_main {
height : 0px;    
width       : 0px;
position    : absolute;
top : -1000px;
}
.popup_box {
    text-align  : left;
    position    : relative;
    margin-top  :   7px;
    border-top  : 1px #634333 solid;
    border-left : 1px #634333 solid;
    border-bottom: 1px #232363 solid;
    border-right: 1px #232363 solid;
    padding     :   1px;
}
.popup_contents {
    background-color    : #ffffff;
}
.popup_contents_top {
    height      : 15px;
    border      : 1px #333323 dotted;
    padding-left: 10px;
    margin-bottom : 1px;
    background-color    : #ddddff;
    cursor      : move;
}
.popup_contents_title {
    height      : 12px;
    padding-top : 3px;
    float       :left;
    font        :11px gulim;
    font-weight : 900;
    cursor      : move;
}
.popup_contents_close {
    padding-top : 2px;
    height      : 13px;
    float       :right;
    font        :11px gulim;
    font-weight : 900;
    cursor      : pointer;
}

.popup_contents_bottom {
    font:11px gulim;
    background-color    : #ffffff;
}
