#dialogBody {
    background-color: #ffffff;
    margin-bottom: 0;
}

#container {
    float: left;
    width: 300px;
    height: 330px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-y: auto;
}

#typeTree {
    width: 100%;
    height: 100%;
}

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