
#tooltip {
    position: absolute;
    z-index: 10102;
    border: 1px solid #111;
    background-color: #FFF;
    padding: 5px;
    border: solid 3px #cccccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 350px;
}

.tooltip_name {
    font-size: 14px;
    font-weight: bold;
    color: #003399;
    padding: 5px 10px;
    width: 320px;
}

.tooltip_picture {
    text-align: center;
}

.tooltip_picture img {
    text-align: center;
}

.tooltip_description {
    text-align: justify;
}