body {
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid gray;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

input {
    background: white;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/****************Request***************************/
.form-request-table {
    padding: 0px;
    border-collapse: collapse;
}

    .form-request-table td {
        padding: 0;
        padding-top: 10px;
        text-align: left;
        vertical-align: top;
    }

    .form-request-table .td-address   {
        padding: 0;
    }

.form-request-table-label {
    width: 135px;
}

.form-request-row {
    text-align: left;
    padding-top: 10px;
    float: left;
    width: 600px;
}

.form-request-row-address {
    float: left;
    text-align: left;
    padding-top: 0px;
    line-height: 1.0em;
    padding-bottom: 3px;
    width: 100%;
}

.form-request-label {
    width: 135px;
    float: left;
}

    .form-request-label.condopak {
        font-weight: bold;
        color: Black;
    }

.form-request-textbox {
    float: left;
}

.form-request-hint {
    color: Silver;
    float: left;
}

.form-request-validation {
    padding-left: 5px;
    float: left;
}

.form-request-table-label {
    text-align: left;
}

.form-field-label {
    color: black;
}

.form-field-note {
    float: left;
    width: 670px;
    line-height: 1.2em;
    padding-bottom: 5px;
}

.form-condopak {
    border: 1px solid gray;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
}

.loanNumber-label {
    font-weight: bold;
    color: #4592be;
}

.creditcard-label {
    font-weight: bold;
    color: #4592be;
}


.loanNumber {
    font-weight: bold;
    color: #4592be;
}

.form-request-mortgageeclause {
    width: 520px;
    min-height: initial;
    font-family: Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
    color: #232323;
    background-color: #fff;
}

.form-request-note {
    width: 520px;
    font-family: Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
    color: #232323;
    background-color: #fff;
    padding-bottom: 20px;
}

.form-request-borrower-note {
    width: 460px;
    height: 180px;
    font-family: Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
    color: #232323;
    background-color: #fff;
    padding-bottom: 20px;
}

input[type=text].long {
    width: 224px;
}

input[type=text].short {
    width: 150px;
}

input[type=checkbox] {
    background-color: transparent;
}
/****************waiting div***************************/
.cas-waiting {
    font: "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
    font-size: 1.5em;
    font-weight: bolder;
    padding: 15px;
    font-style: normal;
    font-variant: normal;
}

.condopak-logo {
    color: Red;
    font-family: Georgia;
    font-weight: bold;
    font-size: 14px;
}
/****************ui-dialog***************************/
.ui-dialog {
    padding: 0px;
    border: 1px solid navy;
    font-family: inherit;
    font-size: inherit;
}

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

    .ui-widget .ui-widget {
        font-family: inherit;
        font-size: inherit;
    }
/****************notes***************************/
.notes-row {
    width: 670px;
    line-height: normal;
    vertical-align: top;
}

.notes-name {
    text-align: left;
    padding-bottom: 5px;
    width: 100px;
}

.notes-date {
    text-align: left;
    padding-bottom: 5px;
}

.notes-text {
    text-align: left;
    padding-bottom: 5px;
}

.fixedwidth {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
