.scfForm input, .scfForm select, .scfForm textarea {
    -moz-box-sizing: border-box;
    border: 1px solid #939173;
    font-size: 0.69em;
    font-family: Arial;
}

.scfForm textarea {
    padding: 0;
}

.scfForm {
    border: 1px solid #D7D6C2;
    height: 100%;
    line-height: 1em;
    padding: 10px;
    text-align: left;
    margin-bottom: 13px;
}

.scfTitleBorder {
    color: #0093D0;
    font-weight: bold;
    line-height: 1.1em;
    margin: 5px 0;
    text-decoration: none;
}

.scfIntroBorder p {
    margin-bottom: 10px;
}

.scfFooterBorder {
}

.scfSubmitButtonBorder {
    clear: both;
    height: 15px;
    margin-top: -20px;
}

    .scfSubmitButtonBorder input {
        background: url("/images/btn_submit.gif") no-repeat scroll left center transparent;
        border: 0 none;
        color: #666666;
        cursor: pointer;
        float: right;
        font-size: 0;
        height: 17px;
        text-indent: -9999px;
        width: 74px;
    }

.scfSubmitButton {
}

.scfError {
}

.scfValidationSummary {
    font-size: 0.69em;
    margin-left: 20px;
}

.scfValidatorRequired, .scfRequired {
    float: left;
    display: block;
    line-height: 0.8em;
    margin: 4px 0 0 4px;
}

.scfValidator {
    display: block;
    float: left;
    margin: 0;
}

.scfSectionBorderAsFieldSet {
    margin: 0;
    padding: 0 50px;
}

    .scfSectionBorderAsFieldSet table {
        font-size: 1em;
    }

    .scfSectionBorderAsFieldSet label, .scfSectionBorderAsFieldSet legend {
        font-size: 0.69em;
    }

.scfSectionLegend {
    font-size: 0.69em;
    font-weight: bold;
    padding: 0px;
    padding-bottom: 2px;
    text-decoration: none;
}

.scfSectionBorder {
    margin: 0;
    padding: 0;
    width: 100%;
}

.scfSectionContent {
    float: left;
    width: 100%;
}

.scfSectionUsefulInfo {
    display: inline;
    vertical-align: top;
    width: 100%;
    font-style: italic;
}

.scfCheckboxBorder {
    clear: left;
    display: block;
    margin: 5px 0;
    text-align: left;
    width: 100%;
}

.scfCheckbox {
    display: block;
    margin: 0;
    padding: 0;
    width: 90%;
}

    .scfCheckbox input {
        margin: 0;
        margin-top: 2px;
        margin-right: 5px;
        padding: 0;
        height: 14px;
        width: 14px;
        float: left;
        border: 0;
    }

    .scfCheckbox label {
        font-size: 0.69em;
        line-height: 1.4em;
    }

.scfRadioButtonListGeneralPanel input,
.scfCheckBoxList input {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
    height: 14px;
    width: 14px;
    border: 0;
}

.scfCheckboxUsefulInfo {
    display: block;
    font-size: 0.69em;
    padding: 0 3px;
    width: 90%;
}

.scfLabel {
    display: block;
    width: 100%;
}

.scfListBox, .scfDropList {
    margin: 0;
    width: 99%;
}

.scfListBoxGeneralPanel, .scfDropListGeneralPanel {
    display: block;
    float: left;
    margin: 0;
    width: 60%;
}

.scfMultipleLineTextBox {
    margin: 0;
    width: 100%;
}

.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder {
    clear: left;
    display: block;
    float: left;
    margin: 0 0 10px 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox, .scfTelephoneTextBox, .scfSmsTelephoneTextBox {
    margin: 0;
    width: 100%;
}

.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
    display: none;
    float: left;
    padding: 3px 0;
}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel {
    display: block;
    float: left;
    padding: 0 2px 0 0;
    width: 90%;
}

.scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo, .scfTelephoneUsefulInfo, .scfSmsTelephoneUsefulInfo {
    display: block;
    float: left;
    font-size: 0.69em;
    padding-left: 3px;
    width: 100%;
}

.scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear {
    margin: 0;
    width: 33%;
}

.scfDateSelectorLabel {
    margin-top: 7px;
}

.scfDateSelectorShortLabelDay, .scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelYear {
    display: block;
    float: left;
    font-size: 0.69em;
    line-height: 10px;
    margin: 0;
    padding: 0 0 2px;
    width: 33%;
}

ul {
    margin: 0;
    padding: 0;
}

.scfCreditCardType {
    width: 100%;
}

.scfCaptchaLabelText {
    width: 180px;
    font-size: 0.69em;
}

.scfCaptcha img {
    border: 1px solid black;
}

.scfCaptchaTextBox {
    width: 100%;
}

.scfCaptchStrongTextPanel {
    display: block;
    float: left;
    width: 180px;
}

.scfCaptchaLimitGeneralPanel {
    width: 215px;
}

    .scfCaptchaLimitGeneralPanel .scfRequired, .scfCaptchaLimitGeneralPanel .scfValidatorRequired {
        float: right;
    }

.scfCaptchaGeneralPanel embed {
    position: absolute;
    z-index: -10;
}

.scfCaptchaGeneralPanel td br {
    margin-bottom: 5px;
    margin-top: 3px;
}

.scfCaptchaGeneralPanel td input {
    margin-left: 20px;
}

.scfCaptchaGeneralPanel table {
    margin-top: 30px;
}

.scfShortDate {
    clear: left;
    display: block;
    margin: 5px 0;
    text-align: left;
    vertical-align: top;
    width: 60%;
}

.scfShortText {
    float: right;
    margin: 0;
    width: 40%;
}

.scfShortDate .scfDateSelectorLabel {
    margin-top: 0;
    width: 50%;
}

.scfShortDate .scfDateSelectorGeneralPanel {
    width: 46%;
}

.scfShortDate .scfDateSelectorDay, .scfShortDate .scfDateSelectorShortLabelDay, .scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear {
    display: none;
}

.scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear, .scfShortDate .scfDateSelectorMonth, .scfShortDate .scfDateSelectorYear {
    width: 49%;
}

.scfShortText .scfSingleLineTextLabel {
    width: 15%;
}

.scfShortText .scfSingleLineGeneralPanel {
    width: 60%;
}

.scfShortText .scfSingleLineTextUsefulInfo {
}

.scfShortText .scfSingleLineTextBox {
    margin: 0;
    width: 100%;
}

.scWfmPassword {
}

.scfForm h2 {
    color: #0093D0;
    margin: 5px 0px;
    font-weight: bold;
    line-height: 1.1em;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
}
