#dialogBody {
    margin-bottom: 0;
}

#dialogBody #components {
    clear: both;
    width: 390px;
    margin: 10px 0px 10px 15px;
}

.component_item {
    float: left;
    margin-bottom: 3px;
}
#main {
    margin-top: 10px;
    width: 708px;
    height: 535px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#search {
    clear: both;
    width: 600px;
    margin-left: 32px;
    margin-bottom: 10px;
}

#search input {
    width: 400px;
    height: 20px;
}

#shares {
    clear: both;
    width: 700px;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 8px;
}

#shares .selector {
    width: 700px;
}

#dialogBody #buttons {
    clear: both;
    text-align: center;
    padding-top: 8px;
    width: 708px;
}

#dialogBody #buttons .button {
    margin-left: 3px;
    margin-right: 3px;
}
#dialogBody #components .component_item input {
    width: 560px;
    height: 18px;
    vertical-align: top;
    margin-top: 0;
}

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

#sharetext{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 660px;
    line-height: 19px;
}