#dialogBody {
    overflow: hidden;
    width: 550px;
}


#items {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

#items .item {
    clear: both;
    float: left;
    width: 495px;
    margin-top: 5px;
}

#items .item .label {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    line-height: 20px;
}

#items .item .component {
    float: left;
    width: 380px;
}

#items .item .component input {
    width: 350px;
    height: 18px;
}

.deptitem {
    margin-bottom: 140px;
}

#dialogBody #buttons {
    clear: both;
    text-align: center;
    margin-top: 12px;
    width: 550px;
}

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