    
/* General Form Settings */
    
    TABLE, TR, TD, DIV, TEXTAREA, INPUT, SELECT, UL, OL
        {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        }

        .ao_tbl_container
        {
        width: 100%;
        }
    
    BODY
        {
        margin: 0px;
        padding: 0px;
        height: 100%;
        }
    
    
/* Form Field Styles */
    
    .formFieldLabel
        {
        padding-bottom: 2px;
        display: inline;
        }
    
    .formField input.formFieldText
        {
        height: 1.6em;
        border-style: none;
        border-left: #999999 solid 1px;
        border-top: #999999 solid 1px;
        border-right: #999999 solid 1px;
        border-bottom: #999999 solid 1px;
        font-size: 1em;
        color: #000000;
        background-color: #FFFFFF;
        }
    
    .formField textarea.formTextArea
        {
        border-style: none;
        border-left: #999999 solid 1px;
        border-top: #999999 solid 1px;
        border-right: #999999 solid 1px;
        border-bottom: #999999 solid 1px;
        font-size: 1em;
        color: #000000;
        background-color: #FFFFFF;
        width: 80%;
        float: right;
        }
    
    .radioFieldLabel
        {
        font-size: 1em;
        color: #000000;
        background-color: #FFFFFF;
        }
    
    .checkboxFieldLabel
        {
        padding-right: 10px;
        }
    
    .formFieldFile
        {
        padding-right: 10px;
        }
    
    .formSectionDescription
        {
        padding-bottom: 10px;
        text-align: center;
        font-size: 1.2em;
        }
    
    
/* Element Sizes */
    
    .formField
        {
        padding-top: 5px;
        padding-bottom: 5px;
        -moz-appearance: none;
        line-height: 2.0em;
        }
    
    .formInputBlock
        {
        width: 410px;
        overflow: hidden;
        }
    
    .formFieldSmall
        {
        width: 50%;
        float: right;
        }
    
    .formFieldMedium
        {
        width: 80%;
        float: right;
        }
    
    .formFieldLarge
        {
        width: 100%;
        float: right;
        }
    
    .formFieldMediumLeft
        {
        width: 195px;
        }
    
    .formFieldMediumRight
        {
        width: 200px;
        }
    
    .formTextAreaSmall
        {
        width: 400px;
        height: 57px;
        }
    
    .formTextAreaMedium
        {
        width: 400px;
        height: 114px;
        }
    
    .formTextAreaLarge
        {
        width: 400px;
        height: 190px;
        }
    
    .formTextAreaWidthSmall
        {
        width: 50%;
        }
    
    .formTextAreaWidthMedium
        {
        width: 70%;
        }
    
    .formTextAreaWidthLarge
        {
        width: 100%;
        }
    
    .formField1Column
        {
        width: 100%;
        }
    
    .formField2Column
        {
        width: 50%;
        }
    
    .formField3Column
        {
        width: 33%;
        }
    
    .formField4Column
        {
        width: 25%;
        }
    
    
/* Error Handling Support */
    
    .formFieldLabelGood
        {
        display: inline;
        padding-bottom: 2px;
        padding-left: 1em;
        background: url(/acton/image/12x12yes.gif) no-repeat;
        }
    
    .formFieldLabelBad
        {
        display: inline;
        padding-bottom: 2px;
        padding-left: 1em;
        background: url(/acton/image/12x12no.gif) no-repeat;
        }
    
    .formFieldTextError
        {
        height: 1.6em;
        border-style: none;
        border-left: #CC0000 solid 1px;
        border-top: #CC0000 solid 1px;
        border-right: #CC0000 solid 1px;
        border-bottom: #CC0000 solid 1px;
        font-size: 1em;
        color: #CC0000;
        background-color: #FFFFCC;
        }
    
    .formFieldFileError
        {
        height: 1.6em;
        border-style: none;
        border-left: #CC0000 solid 1px;
        border-top: #CC0000 solid 1px;
        border-right: #CC0000 solid 1px;
        border-bottom: #CC0000 solid 1px;
        font-size: 1em;
        color: #CC0000;
        background-color: #FFFFCC;
        }
    
    
/* Standard Browser Look & Feel Housekeeping */
    
    input[type="checkbox"]
        {
        -moz-appearance: checkbox;
        }
    
    input[type="radio"]
        {
        -moz-appearance: radio;
        }
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button
        {
        -webkit-appearance: none;
        margin: 0;
        }
    
