div.custom-table {
    padding: 5px;
    width: 100%s;
    background: #f2f2f2;
}

div.custom-table table.custom-table-main {
    width: 100%;
}

div.custom-table table {
    font-size: 90%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

div.custom-table table table {
    font-size: 80%;
    margin: 5px 0;
}

div.custom-table table table table {
    font-size: 90%;
    margin: 5px 0;
}

div.custom-table table td {
    padding: 2px 0;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

div.custom-table td.text_black_bold {
    font-weight: bold;
}

div.custom-table td.text_black_bold img {
    float: left;
    margin-top: 2px;
    cursor: pointer;
}

div.custom-table td.text_black_bold span {
    cursor: pointer;
    color: #3783c8;
}

div.custom-table td.text_black_bold table {
    font-weight: normal;
}

div.custom-table table td input[type="text"],
div.custom-table table td textarea {
    width: 70%;
    display: block;
    margin: 2px;
    font-size: 8pt;
    border: 1px solid #abadb3;
    color: #666;
    background: #fbfbfb url(/img/background-form.png) 0 0 repeat-x;
}

div.custom-table table td textarea {
    width: 90%;
}

div.custom-table td.text_black input[type="text"] {
    float: left;
}

div.custom-table td.text_black a {
    float: left;
    margin-top: 3px;
}

div.custom-table table#tblBank,
div.custom-table table#tblContact,
div.custom-table table#tblPsp,
div.custom-table fieldset table {
    width: 100%;
}

div.custom-table table#tblBank input[type="text"],
div.custom-table table#tblBank textarea {
    width: 90%;
}

div.custom-table table#tblContact table td input,
div.custom-table table#tblPsp table td input {
    width: 90px;
    margin: 0 2px;
}

div.custom-table fieldset {
    padding: 0 0 0 5px;
    border: 1px solid #fff;
}

div.custom-table fieldset legend.text_black_bold {
    font-weight: bold !important;
}

div.custom-table fieldset legend.text_black_bold span {
    color: #999;
}

textarea {
    resize: none;
}

div.custom-table input[type="button"] {
    padding: 2px 5px;
}

div.custom-table table tr.tr-hover td.HeadList {
    background-color: #e2e2e2;
    text-align: center;
    font-weight: bold;
    color: #fff;
}