The following files are loaded in both the front end and back end of the site. Have you considered not loading the following CSS & JS files in Admin? Just hook the front end in wp_enqueue_style and not the admin? reset.css text.css 960_24_col_responsive.css ddsmoothmenu.css "SPECIFIC COLOR CHOSEN".css Default.css zoombox.css media.css ddsmoothmenu.js slides.min.jquery.js cufon-yui.js Champagne.font.js jquery.tipsy.js zoombox.js jquery.validate.min.js verif.js custom.js Specifically the reset.css is loading a number of elements with: { font-size: 100%; }, which is being inherited by the form inputs and drop-downs in the wp admin area, causing them be larger than needed. Thanks!