#bubbleTalk {
    float:left;
    position: absolute;
    top:0px;
    left:0px;
    visibility: hidden;
}
#bubbleTalk #btTop{
    width:186px;
    height:8px;
    background-image: url(../img/template/bubbles/bubble_top.png);
}
#bubbleTalk #btMid {
    padding: 7px;
    width:173px;
    background-image: url(../img/template/bubbles/bubble_mid.png);
    color: #313131;
    text-align: left;
}
#bubbleTalk #btBot{
    width:186px;
    height:3px;
    background-image: url(../img/template/bubbles/bubble_bot.png);
}
