#dialogBody {
    width: 520px;
    margin-bottom: 20px;
}

#main {
    clear: both;
    overflow: hidden;
    width: 520px;
    height: 320px;
}

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

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

#dialogBody #components .component_item .label {
    width: 80px;
    padding-right: 10px;
}

#dialogBody #components .component_item .component {
    float: left;
    width: 410px;
}

#dialogBody #components .component_item input {
    width: 390px;
}

#dialogBody #components .component_item textarea {
    width: 390px;
    height: 100px;
}

#dialogBody #buttons {
    margin-top: 10px;
    width: 100%;
}