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

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

}

.region-label {
    width: 445px;
}

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

#region_id {
    width: 38px;
}

#region_name {
    width: 325px;
}

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

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

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

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

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

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

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

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

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

#sub-region-table {
    width: 435px;
}

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

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