/* feedback */

#feedback fieldset {
    border: none;
    line-height: normal;
}

#feedback ul {
    list-style: none;
}

#feedback li {
    clear: both;
    margin: 8px 0px;
    position: relative;
}

#feedback .required {
    color: #444;
}

#feedback label {
    font-weight: bold;
    float: left;
    width: 180px;
}

#feedback i {
    font-style: normal;
    color: #ff5858;
}

#feedback input.text {
    background: #eeede4;
    border: 1px solid #1d1916;
    font-size: 12px;
    padding: 3px;
    width: 278px;
    } * html #feedback input.text {
    height: 24px;
}

#feedback textarea {
    background: #eeede4;
    border: 1px solid #1d1916;
    font-size: 12px;
    padding: 3px;
    width: 378px;
    height: 180px;
}

#feedback button {
    width: 92px;
    height: 32px;
    background: url("/public/img/site/submit.gif") no-repeat;
    border: none;
    margin-left: 180px;
}

#feedback button b {
    display: none;
}

.loading {
    position: fixed;
    left: 50%;
    top: 40%;
    top: expression(document.body.scrollTop + (document.body.offsetHeight / 2) + 'px');
    width: 200px;
    min-height: 18px;
    margin-left: -100px;
    padding: 3px;
    background: #453f3b;
    text-align: left;
}

.loading p {
    font: normal normal normal 12px Arial;
    color: #f4f2e4;
}

.loading p.active {
    background: url("/public/img/admin/dark/progress.gif") no-repeat right center;
    padding-right: 80px;
}