/* ---------------------------------------------------------------------
Original Author: Scott Garrison
Contributors: N/A

Target Browsers: All
Media Type: Screen, Projection
Width: All Sizes
------------------------------------------------------------------------ */

    
    .report-form {
        width: 540px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .report-form .headline {
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    
    .report-form .headline-alt {
        font-size: 16px;
        font-weight: bold;
    }
    
    .report-form fieldset {
        overflow: hidden;
        padding: 30px 20px 30px 20px;
        border: 0;
        border-top: 1px solid #ccc;
    }
    
    .report-form fieldset:first-child {
        border-top: 0;
    }
    
    .report-form label {
        font-weight: bold;
    }
    
    .report-form ul {
        padding: 0;
    }
    
    .report-form li {
        list-style: none;
    }
    
    .report-form textarea {
        resize: none;
        width: 100%;
        padding: 5px;
    }
    
    .report-form .extra-instructions {
        font-size: 10px;
        margin: 3px 0 0 0;
        font-style: italic;
    }
    
    .report-form .person-information {
        margin: 0 0 0 -20px;
    }
    
    .report-form .person-information li {
        width: 237px;
        margin: 0 0 10px 20px;
    }
    
    .report-form .person-information label {
        display: block;
        margin: 0 0 0 0;
    }
    
    .report-form .person-information input[type="text"] {
        width: 237px;
        padding: 5px;
    }
    
    .report-form .person-information .error input[type="text"]{
        background: #f8e3e3;
        height: 17px;
    }
    
    .report-form .person-information select {
        width: 237px;
        margin: 7px 0 0 0;
    }
    
    .report-form .person-information .error select{
        background: #fc0101;
    }
    
    .report-form .location-description {
        float: left;
        width: 494px;
    }
    
    .report-form .symptom-list {
        overflow: hidden;
        margin: 0 0 0 -30px;
    }
    
    .report-form .symptom-list li {
        float: left;
        width: 100px;
        margin: 0 0 0 30px;
    }
    
    .report-form .symptom-list label {
        font-weight: normal;
    }
    
    .report-form .symptom-list img {
        width: 100px;
        height: 100px;
        margin: 0 0 5px 0;
    }
    
    .report-form .form-instructions {
        font-size: 11px;
        font-style: italic;
        margin: 3px 0 0 0;
    }
    
    .report-form .symptom-headline {
        font-weight: bold;
        margin: 25px 0 5px 0;
        font-size: 13px;
    }
    
    .report-form .upload-label {
        margin: 25px 0 10px 0;
        display: block;
        font-size: 11px;
    }
    
    .report-form input[type="submit"] {
        margin: 10px 0 0 0;
    }
    
    .report-form #recaptcha_widget_div {
        margin: 10px 0 0 0;
    }
    
    .report-form .errorlist {
        color: #fc0101;
    }
    
    .report-form .errorlist li {
        margin: 5px 0;
    }