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

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

}

.landing-label {
    width: 445px;
}

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

#landing_id {
    width: 38px;
}

#landing_name, #landing_city, #landing_country_id, #landing_state, #landing_notes {
    width: 325px;
}

#landing_lat, #landing_long {
    width: 100px;
}

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

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

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

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

#landing-details > :nth-child(2) {
    width: 458px;
    border: 1px solid #000;
    height: 108px;
    padding-top: 7px;
    top: 284px;
    opacity: 0.5;
}

#landing-details > :nth-child(2) > label {
    width: 107px;
}

#landing-details > div.subsection {
    position: absolute;
}

#landing-details > :nth-child(2) > :nth-child(2) {
    width: 452px;
    height: 91px;
    overflow-y: scroll;
    border: 1px solid #000;
    margin: 5px 0 0 -6px;
    background-color: #FFF;
}

#landing-cable-table > tbody > tr.header {
    height: 20px;
    font-size: 9pt;
    text-align: left;
    background-color: #005172;
    vertical-align: top;
}

#landing-cable-table > tbody > tr.row {
    height: 20px;
    font-size: 9pt;
    border-bottom: 1px solid #AAA;
}

#landing-cable-table {
    width: 435px;
}

#landing-cable-table > tbody > tr.header > :first-child {
    width: 57px;
}

#landing-cable-table > tbody > tr.header > :nth-child(2) {
    width: 338px;
}