body html {
    overflow-y: hidden;
}

#dialogBody {
    margin-bottom: 0;
}

#main {
    width: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
}

#dialogBody #buttons {
    clear: both;
    text-align: center;
    width: 700px;
}

#dialogBody #components {
    width: 700px;
}

#dialogBody #components .component_item .label{
    width: 100px;
}

#dialogBody #components .component_item .component{
    width: 590px;
}
#dialogBody #components .component_item .component textarea{
    width: 460px;
    height:70px;
    vertical-align: bottom;
    overflow: auto;
}

#dialogBody #components .component_item .component button{
    vertical-align: bottom;
}