#dialogBody {
    margin-bottom: 0;
}

#main {
    clear: both;
    width: 504px;
    height: 450px;
}

#tabs {
    float: left;
    margin-top: 8px;
    margin-left: 8px;
    width: 490px;
    height: 400px;
}

.tabPage {
    width: 490px;
    height: 340px;
    overflow: auto;
}

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

#dialogBody #components .component_line {
    margin-top: 15px;
    clear: both;
}

#dialogBody #components .component_item .label {
    padding-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

#dialogBody #components .component_item .component {
    margin-bottom: 6px;
    float: left;
    width: auto;
}

#dialogBody #components .component_item .component input {
    height: 18px;
    width: 320px;
}

#dialogBody #components .component_item .component select {
    height: 18px;
    float: left;
    width: 320px;
}

#dialogBody #components .component_item .component span {
    float: left;
    padding-top: 3px;
    height: 22px;
}

#dialogBody #components .component_item input {
    width: 50px;
    height: 18px;
}

#dialogBody #components .component_item input.checkbox {
    width: 16px;
    height: 18px;
}

#dialogBody #components .component_item input.number {
    width: 40px;
    height: 18px;
    margin-right: 8px;
}

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

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

div.checkboxs span {
    float: left;
    width: 60px;
    height: 20px;
    padding-top: 10px;
    margin-left: 10px;
}

div.checkboxs input {
    width: 16px;
    margin-right: 5px;
    vertical-align: bottom;
}

table {
    width: 460px;
    margin-top: 5px;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}