#feedback-form {
    }                                     
    #feedback-form .required {
        color:#c00;
        }        
    #feedback-form fieldset {
        display:block;
        background:#f7f7f7;
        border:1px solid #eaeaea;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding:10px 18px;
        }           
    #feedback-form label {
        display:block;
        color:#676767;
        font-size:12px;
        }                               
    #feedback-form .feedback-form-name,
    #feedback-form .feedback-form-email {
        float:left;
        width:48%;
        margin-bottom:14px;
        }                                        
    #feedback-form .feedback-form-subject,                                        
    #feedback-form .feedback-form-text {
        margin-bottom:14px;
        }    
    #feedback-form #subject,
    #feedback-form #name,
    #feedback-form #email {
        display:block;
        border:1px solid #e3e3e3;
        width:272px;
        font-size:12px;
        padding:2px;
        }
    #feedback-form #text {
        display:block;
        border:1px solid #e3e3e3;
        width:636px;
        height:124px;
        font-size:12px;
        padding:2px;
        margin:0;
        }
    #feedback-form #opinion-note { 
        font-size:11px;
        color:#999;
        margin:0;
        }
    #feedback-form #required-note { 
        float:right;
        font-size:11px;
        color:#999;
        margin:0;
        }
        
.form-errors {
    background:#fcf1e5;
    color:#633;
    padding:10px;
    margin-bottom:18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}        
