._BubblePanel {
    position: absolute;
    z-index: 1000000;

    border: 1px solid #888888;
    background-color: #EEEEEE;
    padding: 10px;
    margin: 10px;
    top: 0px;
    left: 0px;
}

._BubblePanelArrow {
    position: absolute;
    z-index: 1000000;
    border-width: 10px;
    border-style: solid;
    height: 1px;
    width: 1px;
    top: 0px;
    left: 0px;
}

._BubblePanelClose {
    float: right;
    position: relative;
    margin: 0px 0px 4px 4px;
    border: 0px;
    padding: 0px;
    width: 16px;
    height: 16px;
    font-weight: bold;
    font-size: 16px;
}