/* Fixes for IE7 and lower versions */

/* IE always shows a scrollbar for text areas */
textarea { overflow: auto; }
