div.metacarta_bubble {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 3;
    position: absolute;
    background-repeat: no-repeat;
    font-size: 12px;
}

div.metacarta_bubble_contents {
    width: 90%;
    margin: 0;
    padding: 0;
    height: 95px;
    position: relative;
    overflow: auto;
    margin-left: -10px;
    z-index: 3;
    margin-right: 10px;
    font-size: 12px;
    left: 22px;
    top: 15px;
    
}

a.metacarta_bubble_headline {
    font-family: verdana, sans-serif;
    font-size: 12px;
}
a.metacarta_bubble_headline:link {
    text-decoration: none;
    color: #217bd0;            
}
a.metacarta_bubble_headline:active {
    text-decoration: none;
}
a.metacarta_bubble_headline:visited {
    text-decoration: none;
    color: #5396d4;
}
a.metacarta_bubble_headline:hover {
    text-decoration: underline;
}
span.metacarta_bubble_placename {
    font-weight: bold;
    font-family: verdana, sans-serif;
    font-size: 12px;
}

a.metacarta_bubble_moreresults {
    font-family: verdana, sans-serif;
    font-size: normal;
    text-decoration: none;
    font-color: black;
    font-size: 12px;
    color: #0d64b5;
}

img.metacarta_bubble_close_icon {
    cursor: pointer;
    position: absolute;
    right: 35px;
    z-index: 4;
    
}
