#dialogBody {
    margin-bottom: 5px;
}

#form {
    padding-top: 15px;
    padding-bottom: 15px;
}

#dialogBody #components {
    clear: both;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 8px;
    width: 840px;
}

#catalogTree {
    width: 400px;
    background: #ffffff;
    height: 255px;
    overflow: auto;
    border: 1px solid #cccccc;
}

.component_line1 {
    float: left;
    margin-left: 10px;
    width: 420px
}

.component_line2 {
    float: left;
    margin-left: 10px;
    width: 400px;
}

.component_line1 .label {
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}

.component_line2 .label {
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}

.component_line2 .component table {
    background: #cccccc;
    width: 380px;
    border-spacing: 1px;
    *border-spacing: expression(this.cellSpacing='1px');
}

.component_line2 .component td {
    background: #ffffff;
}

.component_line2 .component .title {
    padding-top: 3px;
    text-align: right;
    width: 80px;
    padding-right: 10px;
}

#catalogName {
    color: black;
    height: 90px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    line-height: 30px;
}

#timeLimit {
    color: black;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    line-height: 40px;
}

#content {
    height: 150px;
    overflow: auto;
}

#content div {
    padding-left: 5px;
    padding-top: 3px;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 0;
}

#content div.conflict {
    color: red;
}

#dialogBody #buttons {
    clear: both;
    text-align: center;
    padding-top: 8px;
    width: 840px;
}

#dialogBody #buttons .button {
    margin-left: 3px;
    margin-right: 3px;
}