/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au - 2012
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  -------------------------------------------------------------
    FORMS STYLING
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/*  General Form Styling
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main .contentForm tr td {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 8px;
}

#main .contentForm p {
    padding: 4px 0;
}

#main .contentForm h6 {
    padding-top: 6px;
}

#main .contentForm label {
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
}

#main .contentForm label.require,
#content .contentForm .require {
    background: url("../../../images/icons/require.gif") top right no-repeat;
    padding-right: 10px;
}

#main .contentForm {
    clear: both;
    padding-top: 14px;
    width: 95%;
}

#main .contentForm input,
#main .contentForm textarea,
#main .contentForm select {
    padding: 7px 8px;
    width: 100%;
    font: 1.1em "PT Sans", Arial, Sans-serif;
    line-height: 1.4em;
    color: #000;
    border: 1px #989898 solid;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#main .contentForm select {
    width: auto;
}

#main .contentForm textarea {
    height: 160px;
}

#main .contentForm input:focus,
#main .contentForm textarea:focus {
    border-color: #5f5f5f;
}

#main .contentForm input.tiny {
    width: 20%;
}

#main .contentForm .submitBox {
    float: left;
    padding: 0;
}

#content .contentForm .radio,
#content .contentForm .checkbox {
    margin-top: 1px;
    padding: 0;
    width: 15px;
    border: none;
}

#main .contentForm .submitBox .submitBtn {
    margin: 15px 0 15px 0;
    padding: 14px 0;
    width: 160px;
    font: 0.85em Arial, Helvetica, Sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: none;
    background: #4D8BBF;
    -webkit-transition: all 0.10s ease;
    -moz-transition: all 0.10s ease;
    -o-transition: all 0.10s ease;
    transition: all 0.10s ease;
}

#main .contentForm .submitBox .submitBtn:hover {
    cursor: pointer;
    color: #0069AA;
    background: #cecece;
}


/*  Payment Options
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .contentForm .payment_method {
    padding: 10px 15px;
    border-bottom: 5px #fff solid;
    background: #efefef;
}

#content .contentForm .payment_method .credit_card_detail {
    padding-top: 15px;
}

#content .category_scroll {
    height: 200px;
    overflow-y: scroll;
    border: 1px #cdcdcd solid;
}


/*  Form Disclaimer
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .contentForm .disclaimer {
    clear: both;
    padding-top: 20px;
}




/*  Form Validate Errors
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main #content .contentForm label.error {
    float: none;
    display: block;
    margin: 4px 0 0 0;
    padding: 4px 0 2px 20px;
    line-height: 1em;
    font-weight: normal;
    color: #c74848;
    background: url("../../../images/icons/msg_error.gif") no-repeat 0 4px;
}



/*  Submit
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .contentForm .submit_box {
    float: left;
    padding: 15px 0;
    height: 52px;
}


#content .contentForm .submit_box .submit {
    padding: 14px 0;
    width: 220px;
    font: 0.85em Arial, Helvetica, Sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: none;
    background: #4D8BBF;
    -webkit-transition: all 0.10s ease;
    -moz-transition: all 0.10s ease;
    -o-transition: all 0.10s ease;
    transition: all 0.10s ease;
}

#content .contentForm .submit_box .submit:hover {
    cursor: pointer;
    color: #0069AA;
    background: #cecece;
}

#content .contentForm .submit_box .loading {
    padding-top: 15px;
    display: none;
}


/*  Form Validate Errors
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main .contentForm label.error {
    display: block;
    margin: 4px 0 0 0;
    padding: 0 0 2px 20px;
    color: #ee4034;
    background: url("../../../images/icons/msg_error.gif") no-repeat 0 4px;
}


/*  Form Messages (Error/Success))
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
    
#main .contentForm .formError,
#main .contentForm .formSuccess {
    margin: 5px 5px;
    padding: 4px 10px;
    font: 0.9em;
    text-align: left;
    border: 1px solid #aaa;
    border-left: none;
    border-right: none;
}

#main .contentForm .formError h6,
#main .contentForm .formSuccess h6 {
    padding: 5px 0 0 0;
    font-weight: bold;
}
    
#main .contentForm .formError {
    background: #f6db5a;
    border-color: #e5ca47;
}

#main .contentForm .formSuccess {
    background: #6fb558;
    border-color: #5fa349;
}

#main .contentForm .formSuccess h6 {
    color: #fff;
}