/* If the map DIV doesn't have a size set up, it won't appear on the page */
.mapsblock    { 
    height: 195px; 
    position: absolute;
    width: 274px;
    background: white;
    left: 426px;
    z-index: 500;
    border: 1px solid;
    padding: 5px;
    box-shadow: 2px 2px 2px 2px grey;
}

.gllpMap {
    height: 170px;
}

.gllpSearchField {
 width: 70%;
}



fieldset.gllpLatlonPicker {
    border: none;
    margin: 0;
    padding: 0;
}
