#dialogBody {
    width: 480px;
    margin-bottom: 30px;
}

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

#dialogBody #components .component_item {
    clear: both;
}

#dialogBody #components .component_item .label {
    padding-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 60px;
    text-align: right;
    padding-right: 10px;
}

#dialogBody #components .component_item .component {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 360px;
}

#dialogBody #components .component_item input {
    width: 310px;
    height: 18px;
}

#dialogBody #buttons {
    clear: both;
    margin-top: 8px;
    width: 100%;
}

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

#depts {
    width: 435px;
    clear: both;
    padding-top: 10px;
    margin-left: 8px;
}

#depts fieldset {
    border: 1px solid #B5B8C8;
    display: block;
    padding: 8px;
    width: 445px;
}

#deptTree {
    border: 1px solid #B5B8C8;
    float: left;
    margin-right: 6px;
    padding-top: 5px;
    width: 220px;
    height: 280px;
    background-color: white;
    overflow-y: auto;
}

#scope {
    padding-top: 30px;
    float: left;
}

#scope .component_item {
    clear: both;
    width: 210px;
    margin-bottom: 8px;
}

.include_label {
    padding-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 85px;
    text-align: right;
    padding-right: 10px;
}

.include_component {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 90px;
}

#scope input.checkbox {
    margin-top: 3px;
    width: 14px;
    height: 14px;
}

#filter_label {
    padding-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 30px;
    text-align: right;
    padding-right: 10px;
}

#filter_component {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 155px;
}

#scope textarea {
    width: 150px;
    height: 100px;
}

#search {
    clear: both;
    width: 400px;
    padding-left: 8px;
    margin-bottom: 8px;
}

#search input {
    width: 400px;
}