input[type='text'] {
    width: 100%;
}

textarea {
    min-width: 250px;
}

input[type='submit'] {
    margin-top: 10px;
}