how would i reference, so i could overwrite, all of the select boxes so i can overwrite the default height? I\'m familiar when i create elements using a class, but im unsure
You can easily do this using css use line-height and font-size.
select { line-height: 1em; font-size: 14px; }