.overlay {
    display:none;
    background-image:url(white.png);
    width:640px;
    padding:35px;
    font-size:11px;
}

/* default close button positioned on upper right corner */
.overlay .close {
    background-image:url(close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}


.overlayMap {
    display:none;
    background-color: #fefefe;
    width:960px;
    padding:20px;
    font-size:11px;
}

/* default close button positioned on upper right corner */
.overlayMap .close {
    background-image:url(close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
