#dialogBody {
    margin-bottom: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
}

html {
    overflow-x: hidden;
    overflow-y: hidden;
}

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

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

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

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

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

#dialogBody #buttons {
    clear: both;
    margin-top: 12px;
    width: 370px;
}

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

#dialogBody #buttons .func-button {
    float: left;
}

#dialogBody #buttons .func-button-first {
    padding-left: 10px;
}