.responsiveMap {
    background-color:#FCFCFC;
    position:relative;
}

.responsiveMap.loading:before {

    content: "Loading...";
    position:absolute;
    display:block;
    width: 50px;
    height: 50px;
    top:50%;
    left:50%;
    margin-left: -25px;
    margin-top: -25px;
    text-indent:-999999px;
    overflow:hidden;
    background-image:url(images/preload.gif);
    background-repeat: no-repeat;
    background-position: center center;

}


.responsiveMap label {
    width: auto;
    display: inline;
}
.responsiveMap img {
    max-width: none;
    max-height: none;
}