While it seems possible to target the drop down element and field with something like the below this doesn't seem to have any effect when trying to target a drop down that's had the enhanced user interface switched on.
Is there some other CSS required?
body #gform_wrapper_X .gform_body .gform_fields .gfield select {margin-left: 10px; border:1px solid red}
Many Thanks