#feedback_form {
    margin: 10px 0;
    padding: 0;
}

#feedback_form p {
    height: auto !important;
    height: 1%;
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#feedback_form p label {
    float: left;
    font-size: 11px;
    line-height: 24px;
    width: 75px;
}

#feedback_form .required {
    font-weight: bold;
}

#feedback_form .star {
    color: #f00;
    position: absolute;
    top: 5px;
}

#feedback_form input,
#feedback_form select,
#feedback_form textarea {
    font-family: 'lucida grande', arial, sans-serif;
    font-size: 13px;
    margin: 3px;
    position: relative;
}

#feedback_form input {
    width: 160px;
}

#feedback_form input#feedback_occupation {
    width: 150px;
}

#feedback_form textarea {
    width: 430px;
    height: 10em;
}

#feedback_form div.submit {
    margin: 15px 0;
}

#feedback_form div.submit input {
    width: auto;
}

#feedback_form div.footer {
    border-top: 1px solid #ddd;
    color: #999;
    padding-left: 10px;
}

#feedback_form div.footer .star {
    position: static;
}

#feedback_form_failure,
#feedback_form_success {
    background: #eee;
    border: 2px solid #ccc;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 10px;
}

#feedback_form_failure {
    background: #fee;
    border-color: #f99;
    color: #f00;
}

#feedback_form_success {
    background: #efe;
    border-color: #6c6;
    color: #090;
}

#feedback_form_failure p,
#feedback_form_success p {
    list-style-type: none;
    margin: 5px 0;
}
