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
This should do the trick:
select { height: 60px; }
Replace 60 with your desired height.
60