The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/* XXX: move to Plugin::GoogleMap */

div .googlemap-search-results {
    background-color:white;
    border-width: 2px;
    border-color: black;
    border-style:dashed;
    display:none;
    height:450px;
    left:50px;
    position:relative;
    top:-300px;
    width:250px;
    z-index:10;
}