I was able to create a content type (call it content_event) via CCK with all the fields I want in it. However, I don't like the default appearance of the "add content/edit" node for content_event. Some simple CSS styling would make it appear much more user-friendly (by putting some fields side by side, etc). I checked the generated source for the form, but all the ID tags for the form containers and form elements are empty so I cannot target any of these specifically (not to mention it would be nice to have the content type, content_event, ID attached to the form tag itself.

Am I missing a checkbox to enable this feature, or is this not implemented?