﻿.feedback-input
{
    color: hsl(213, 64%, 49%);
    border: 1px solid hsl(216, 11%, 82%);
    border-radius: 2px 2px 2px 2px;
}

.feedback-textarea
{
    width: 370px;
    min-height: 170px;
    height: 50px;
    border: 1px solid hsl(216, 11%, 82%);
    padding-left: 8px;
    
}

#feedback-info label
{
    text-shadow: none;
    color: #5E5E5E;
    font-weight: normal;

}

#feedback-info .inputContainer
{
    margin-top: 2px;
    margin-bottom: 2px;
}

#feedback-info
{
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: bold;
    color: hsl(204, 49%, 48%);
}

.feedback-label
{
    width: 55px !important;
    float: left;
}

.feedback-subject-label
{
    width: 65px !important;
}

.feedback-required
{
    float: left;
    color: #FF0000;
}

.feedback-input-text
{
    margin-left: 65px !important;
}

.feedback-input-text .feedback-input
{
    margin-top: 0px !important;
}
 
 .feedback-gratitude-message
 {
     text-shadow: none;
     font-size: 12px;
 }
 
 .note-validation-icon {
     float: none !important;
     margin-left: 0 !important;
 }
 
 .dialog-editor .formEditor 
 {
     padding-bottom: 0 !important;
 }
