#base-form {
    width: 496px;
    height: 219px;
    background-color: #000;
    border-radius: 8px;
    position: absolute;
    margin: -109.5px 0 0 -248px;
    left: 50%;
    top: 50%;
    z-index: 102;
    padding: 3px;
    display: none;
}

#base-form-inner {
    width: 100%;
    height: 100%;
    background-color: #C2DEEA;
    border-radius: 5px;

}

.base-label {
    width: 445px;
}

.base-label > div {
    width: 120px;
    float: left;
    margin: 3px 0 0 0;
}

#base_id {
    width: 38px;
}

#base_name, #base_city, #base_state, #base_notes {
    width: 325px;
}

#base_lat, #base_long {
    width: 100px;
}

#base_notes {
    height: 44px;
    resize: none;
}

#base-details {
    width: 461px;
    height: 287px;
    position: relative;
    top: 10px;
    left: 10px;
}

#base-details > div:first-child {
    width: 458px;
    border: 1px solid #000;
    height: 190px;
    padding-top: 7px;
}

#base-details > div:first-child > :first-child {
    width: 107px;
}