﻿#bubble_tooltip{
    width:110px;
    position:relative;
    display:none;
    float:left;
    height:55px;
    
}

#bubble_tooltip .bubble_middle{
    background: url(../img/common/balloon_bg.gif);
    background-repeat:no-repeat;
    width:110px;
    height:55px;
    line-height: 12px;
    text-align:left;
    vertical-align:middle;
    padding-left:8px;
    padding-top:7px;
    
}
#bubble_tooltip .bubble_middle span{
    
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size:11px;
    font-weight:normal;
    color: Gray;
}

#bubble_tooltip_citySug{
    width:110px;
    position:relative;
    display:none;
    float:left;
    height:55px;
    
}

#bubble_tooltip_citySug .bubble_middle{
    background: url(../img/common/balloon_bg.gif);
    background-repeat:no-repeat;
    width:110px;
    height:55px;
    line-height: 12px;
    text-align:left;
    vertical-align:middle;
    padding-left:8px;
    padding-top:7px;
    
}
#bubble_tooltip_citySug .bubble_middle span{
    
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size:11px;
    font-weight:normal;
    color: Gray;
}
