#feedback {
    width: 310px;
}
#feedback label {
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

#feedback label {
    color: #97A7B6;
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    position: relative;
}

#feedback label span.required {
    color: #FF7777;
    font-weight: 300;
    display: inline-block;
}

#feedback label > span:first-child i {
    bottom: 0;
    color: #97A7B6;
    font-size: 0.75em;
    font-style: normal;
    position: absolute;
    right: 0;
}

#feedback label input, label textarea {
    width: 294px;
}

#feedback .err {
    background: none repeat scroll 0 0 #FF6A6A;
    bottom: 35px;
    color: #FFFFFF;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    padding: 0 7px 0 26px;
    position: absolute;
    right: 0;
}

#feedback .error_msg {
    color: #FF6A6A;
    font-size: 12px;
}
#feedback .err i, .err-feed i {
    background-position: -192px -18px;
    height: 13px;
    left: 8px;
    top: 3px;
    width: 13px;
}

#feedback .err-feed {
    background: none repeat scroll 0 0 #FF6A6A;
    color: #FFFFFF;
    font-size: 12px;
    height: 19px;
    left: 124px;
    line-height: 19px;
    padding: 0 7px 0 26px;
    position: absolute;
    top: 2px;
}

#feedback label.error textarea {
    color: #e84545;
    border-color: #ff8d8d;
}
#feedback .btn-blue {
    height: 25px;
    padding: 0 10px;
    border-radius: 3px;
}
#feedback .row {
    margin-bottom: 15px;
}