#dialogBody {
    margin-bottom: 20px;
    overflow: hidden;
}

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

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

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

#items .item .component {
    float: left;
}

#items .item .component select {
    width: 200px;
}

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

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