@CHARSET "UTF-8";

#map_popup {
    position: absolute;
    background: #cccccc;
    width: 600px;
    padding-left: 10px;
    padding-right: 10px;
    height: 400px;
    padding-top: 10px;
    left: 260px;
    top: 200px;
    z-index: 100;
}

#map_popup .tip-closetext {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 120;
    cursor: pointer;
}