div.links p.notes-field {
    padding: 0 0 0 36px;
}

div.links form input.text, select.text, textarea.text {
    border : 1px solid #00659B;
    width: 200px;
}

div.links form div.text {
    border-bottom : 1px solid #00659B;
    width: 200px;
}

input.date-text, select.date-select {
    border: 1px solid #00659B;
}

div.links p.notes-field {
    padding: 3px 36px 3px 36px;
}

div.links form textarea.text {
    width: 100%;
    height: 100px;
}

table#feedback {
    width: 520px;
    margin: 25px 0 0 25px;
}

table#feedback tr td label {
    font-weight: bold;
}

td.feedback-radio {
    width: 100px;
    text-align: right;
}

.feedback-text {
    margin-bottom: 5px;
    border: 1px solid #00659B;
    width: 200px;
}

textarea.feedback-text {
    width: 450px;
    height: 75px;
}

div.links form label.feedback-label {
    width: 45px;
}
