/* ===== CUSTOMISABLE VALUES ===== */

    /*
     * PLEASE NOTE:
     *
     * DO NOT add selectors or properties or anything else to this section!!!
     * DO NOT modify its structure!
     * ONLY change the values: the numbers, basically.
     *
     * You can add anything additional under the CUSOMISATIONS / APPEARANCE
     * section down at the very bottom of this file.
     *
     */


    /* === Base / Common Properties === */

    #main-content form p		{ padding-top: 6px; padding-bottom: 6px; }

    .form-control				{ padding-top: 15px; padding-bottom: 7px; margin-bottom: 1em; }


    /* Inputs */

    input, textarea, select		{ padding: 2px; }
    .form-control input			{ padding: 3px 8px 3px 8px; }

    .text						{ width: 60%; }
    .file						{ width: 60%; }
    select						{ width: 60%; }
    textarea					{ width: 60%; }

    .inline .text				{ width: 140px; }
    .inline .file				{ width: 140px; }
    .inline select				{ width: 140px; }
    .inline textarea			{ width: 140px; }

    .inline .multi .text		{ width: 80px; }
    .inline .multi .file		{ width: 80px; }
    .inline .multi select		{ width: 80px; }
    .inline .multi textarea		{ width: 80px; }

    .inline .multi .text,
    .inline .multi select,
    .inline .multi textarea,
    .inline .main,
    .inline .sub				{ margin-right: 10px; }

    /* Common field types */
    .postcode					{ width: 110px; }
    .phone						{ width: 110px; }
    .state-short				{ width: 110px; }

    /* Checkbox and radio inputs */

    .check-radio .col			{ margin-right: 2%; }

    .check-radio.two-col .col	{ width: 46%; }
    .check-radio.three-col .col	{ width: 29%; }
    .check-radio.four-col .col	{ width: 23%; }

    .check-radio .checkbox,
    .check-radio .radio			{ margin-right: 2px; }

    .wfr						{ margin-top: 5px; padding: 3px 0 3px 150px; }
    .w-alert .wfr				{ margin-top: 0; }

    .instructions				{ margin-top: 3px; line-height: 1.3em; }



    /* === Specific Properties === */

    /* Lables on Left */
    #main-content .lable-left p,
    .lable-left form-control			{ padding-left: 150px; }
    .lable-left .inline .sub			{ padding-left: 100px; }
    .lable-left label,
    .lable-left .lable					{ margin-left: 0; width: 140px; padding-right:5px; }
    .lable-left .inline .sub label,
    .lable-left .inline .sub .lable		{ margin-left: -100px; width: 90px; }

    /* Lable on Top */
    .lable-top .inline .text			{ width: 240px; }
    .lable-top .inline .file			{ width: 240px; }
    .lable-top .inline select			{ width: 240px; }
    .lable-top .inline textarea			{ width: 240px; }
    .lable-top label,
    .lable-top .lable					{ margin-bottom: 3px; }

    /* Lables for Checkbox and Radio Inputs */
    .check-radio label					{ margin: 0; padding: 0; }
    .check-radio .row label				{ margin-right: 10px; }




/* ===== CUSOMISATIONS / APPEARANCE ===== */

    /*
     *
     * You can add and override stuff here.
     *
     */

    form									{ padding: 0px; }
    form *									{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; }
    .text, select, textarea					{ border: 1px solid #9acbf7; background-color: #f7fbff; }
    .form-control input						{ border: none; background: url(/wd_media/template/main_menu_bg_spr.png) 0px -1px repeat-x; background-color: #092b7d; color: #fff; font-weight: bold; cursor: pointer; }
    label, .lable							{ font-weight: bold; }
    .instructions							{ font-size: .9em; color: #999; }

