.map {
    width: 530px;
    height: 300px;
    border: 1px solid #666;
    overflow: hidden;
}

.tooltip {
    font-family: "Lucida Sans", "Lucida Sans Unicode", arial;
    font-size: 8pt;
    width: 170px;
    overflow: hidden;
}

.tooltip .top{
    background: url(../images/bubblewhite.png) no-repeat;
    height: 5px;
    overflow: hidden;
}

.tooltip .middle{
    background: url(../images/bgwhite.png) repeat;
    background-position: -173px top;
    padding: 0px 5px;
    color: #000;
}

.tooltip .middle img{
    margin: 5px 0px;
    clear: both;
}

.tooltip .bottom{
    background: url(../images/bubblewhite.png) no-repeat;
    height: 25px;
    background-position: left bottom;
    overflow: hidden;
}

.tooltip .IE6 {
    background: url(../images/bubblewhitegif.png) no-repeat;
}

.tooltip .BOTTOMIE6 {
    background: url(../images/bubblewhitegif.png) no-repeat left bottom;
}

.tooltip .MIDDLEIE6 {
    background: #FFF;
}
