.tip {
    color: #fff;
    width: 225px;
    z-index: 1001;
}
.tip-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #369;
    padding: 8px 8px 0px;
    /*background:#fff url(bubble.png) top left;*/
    background-color:#fff;
    border-top:1px solid #369;
    border-right:1px solid #369;
    border-left:1px solid #369;

}
.tip-text {
    font-size: 11px;
    color: #369;
    padding: 4px 8px 8px;
    /*background:#fff url(bubble.png) bottom right;*/
    background-color:#fff;
    border-bottom:1px solid #369;
    border-right:1px solid #369;
    border-left:1px solid #369;

}

.custom-tip {
    color: #000;
    width: 300px;
    z-index: 1001;
}

.custom_tip {
    z-index: 1001;
}

.custom-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #3E4F14;
    padding: 8px 8px 4px;
    background: #C3DF7D;
    border-bottom: 1px solid #B5CF74;

}

.custom-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: #CFDFA7;
}

.Tips2,.Tips3 {
    z-index:3;
}

div.bePopup {
    display:none;
    position:absolute;
    z-index:9999;
    width:500px;
    top:150px;
    left:300px;
    background:white;
    box-shadow:0px 0px 10px 8px #BBB;
    border:1px solid #BBB;
}

div.bePopup div.header {
    background:#ff9900;
    color:white;
    height:25px;
    padding:5px 0 0 5px;
    font-weight: bold;
    font-size:16px;
    border:1px solid #FF8400;
}

div.bePopup div.body {
    color:#666;
}

div.bePopup div.body div.text {
    padding:20px;
}

div.bePopup div.footer {
    height:40px;
    background:#f5f5f5;
    border-top:2px solid #DDD;
    padding:10px 10px 0 10px;
}

div.bePopup div.button {
    color:#333;
    font-size:14px;
    border-top:1px solid #CCC;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    border-left:1px solid #CCC;
    text-align:center;
    padding:5px 10px 5px 10px;
    background:#f5f5f5;
    margin-right:10px;
    cursor:pointer;
}

div.bePopup div.button:hover {
    border-top:1px solid #666;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    border-left:1px solid #666;
}

div.bePopup div.button.orange {
    background:#ff9900;
    color:white;
}