It\'s a multiline search-box, so i want everything aligned in the middle. Is it possible?
You can fake it with vertical padding.
textarea { padding: 30px 0; }
Generally you could use the line-height property, but you can not with more than one line of text.
line-height