
        .defaultForm label {
            display: block;
        }

        .defaultForm .field {
            height: 2em;
            line-height: 1.9em;
            display: block;
            position: relative;
            margin-bottom: 5px;
        }
        /* ie has big problems with absolute positioning on ajax update */
        .defaultForm .field span {
            clear: left;
            top: 6px;
            padding-right: 5px;
			padding-left:5px;
            float: left;
            width: 200px;
            text-align: left;
        }
        .defaultForm input,
        .defaultForm textarea,
        .defaultForm select,
        .defaultForm button {
            float: left;
        }
        .defaultForm button+button {
            margin-left: 1em;
        }
        .defaultForm div.error {
            margin-left: 150px;
        }
        .defaultForm .md-row {
            margin-left: 150px;
        }
        .defaultForm label.input-rd {
            float: left;
            clear: none;
            margin-top: 4px;
            line-height: 1.2em;
            padding-right: 1em;
        }
        .defaultForm label.textarea {
            height: auto;
            padding-bottom: .5em;
        }
        /**
         * Generic Form Errors
        **/
        form label.field.error span {
            color: #910;
        }
        form div.error {
            color: #910;
        }
        form .required em:after {
            content: "*";
            color: #910;
        }

    
