input[type="text"] {
    max-width: 90%;
}

textarea {
    max-width: 90%;
    vertical-align: top;
}