html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

#mapMenu {
    position: absolute;
    z-index: 100;
    color: black;
    opacity: .70;
    filter: Alpha(Opacity=70);
    background-color: white;
    border: 1px solid gray;
    font-size: 12px;
}

#mapMenu p {
    padding: 2px;
    margin: 0px;
    text-align: right;
}

a { color: black; }

#ui-view {
    bottom: 0px;
    left: 0px;
    padding-top: 2px;
    margin: 0px;
    position: absolute;
    z-index: 10000000;
    width: 100%;
    color: black;
    font-size: 10px;
    background-color: white;
    border-top: 1px solid gray;
}

#edit-overlay {
    z-index: 10000002;
    position: absolute;
    margin: 0px;
    padding: 0px;
    background: black;
    opacity: .70;
    filter: Alpha(Opacity=70);
    top: 0px;
    left: 0px;
}

#editTip input, #editTip textarea {
    color: black;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
}

#editTip input[type=text] {
    font-weight: bold;
}

#editTip {
    position: absolute;
    color: black;
    padding: 2px;
    font-size: 10px;
    background-color: white;
    border: 1px solid gray;
    text-align: center;
    width: 260px;
    height: 140px;
    z-index: 100000000;
}

#search {
    padding: 2px;
    margin: 0px;
    background-color: white;
    border: 1px solid gray;
    width: auto;
    text-align: center;
    position: absolute;
    z-index: 100;
    opacity: .70;
    filter: Alpha(Opacity=70);
    font-size: 12px;
}

#search form {
    padding: 0px;
    margin: 0px;
}

#search input {
    color: black;
    background-color: white;
    border: 1px solid #2040c0;
    height: 18px;
    vertical-align: top;
    font-size: 11px;
}

