
// 1. Removes default vertical scrollbar in IE6/7/8/9.
// 2. Improves readability and alignment in all browsers.

textarea
  overflow: auto // 1
  vertical-align: top // 2
