﻿/*
    TODO: Why does this file exist???
*/
.-form {
    text-align: left;
}
    .-form .-form-name {
        margin-bottom: 20px;
        font-size: 20px; line-height: 24px; font-weight: bold;
    }
    
    .-form .-form-explanation {
        margin-bottom: 12px;
        font-size: 15px; line-height: 18px;
    }
    
    .-form .-form-field-set {
        margin-bottom: 10px;
    }
        .-form .-form-field {
            position: relative;
            padding-bottom: 21px; 
            list-style: none;
            zoom: 1;
        }
        .-form .-form-field:before,
        .-form .-form-field:after {
            content: "\0020";
            display: block;
            height: 0;
            visibility: hidden;
        }
        .-form .-form-field:after {
            clear: both;
        }
            .-form .-form-field label {
                display: block;
                margin-bottom: 6px;
                font-size: 13px; 
                line-height: 13px;
            }
            .-form .-form-field .input-text,
            .-form .-form-field .input-textarea {
                display: block;
                width: 468px;
                color: #424242;
                background: #fff;
                box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
                -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
                -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
                border: solid 1px #b4b4b4;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 15px;
            }
            .-form .-form-field .input-text-quarter {
                width: 117px;
            }
            .-form .-form-field .input-text {
                height: 32px;
                padding: 0 5px;
                line-height: 32px;
                margin-top: 3px;
            }
            .-form .-form-field .input-text-inline {
                float: left;
                width: 150px;
                margin-right: 10px;
            }
            .-form .-form-field .input-textarea {
                height: 71px;
                padding: 10px;
                font-size: 14px; line-height: 17px;
            }
            .-form .-form-field .input-text:-moz-placeholder,
            .-form-field .input-textarea:-moz-placeholder {
                color: #aaa;
                font-weight: normal;
            }
            .-form .-form-field .input-text::-webkit-input-placeholder,
            .-form .-form-field .input-textarea::-webkit-input-placeholder {
                color: #aaa;
                font-weight: normal;
            }
            .-form .-form-field .-placeholder-overlay {
                padding: 11px 7px;
                color: #aaa;
                font-size: 14px; line-height: 14px;
            }
            .-form .-form-field .-placeholder-overlay-focus {
                color: #ddd;
            }
            .-form .-form-field .invalid {
                    
            }
            .-form .-form-field .invalid-message {
                position: absolute; left: 0; bottom: 2px;
                display: block;
                color: red;
                font-size: 13px; line-height: 13px;
            }
            .-form .-form-field .note {
                width: 488px;
                padding-top: 6px;
                color: #666;
            }
            .-form .-form-field-option-set {
                list-style: none;
            }
                .-form .-form-field-option {
                    zoom: 1;
                }
                .-form .-form-field-option:before,
                .-form .-form-field-option:after {
                    content: "\0020";
                    display: block;
                    height: 0;
                    visibility: hidden;
                }
                .-form .-form-field-option:after {
                    clear: both;
                }
                    .-form .-form-field-option-name {
                        float: left;
                        padding-left: 10px;
                        font-weight: bold;
                    }
                    .-form .-form-field-option-value {
                        float: left;
                    }
    .-form .-form-inline-confirmation {
        height: 21px;
        padding: 7px; margin-bottom: 35px;
        font-size: 15px; line-height: 20px;
        width: 387px;
        background-color: #efefef;
    }
    .-form .-form-tip {
        display: none;
        clear: both;
        padding-top: 20px;
        text-align: left;
    }
        .-form .-form-tip-text {
            margin-bottom: 4px;
            color: red;
            font-size: 13px; line-height: 16px; font-weight: bold;
        }
        .-form .-form-tip-link {
            font-size: 16px; line-height: 16px; font-weight: bold;
        }
