Hi,
I'm looking for some examples of stylish web forms that can be used on any site. I've googled for "stylish web forms", but most of the examples I find are of very ornate forms that use a lots of images, which are unlikely to look good on other sites that use different color schemes. I've also found lots of examples of using CSS to layout forms, but they usually don't apply any styling to the forms to make them look good.
What I'm looking for is something in between:
- Properly laid out, e.g. labels and inputs aligned (I have no opinion on the whole "label on top or alongside" debate)
- Nicely styled, but without using images so colors can be easily changed
- Semantically valid markup, e.g. no tables or JavaScript, though I'm not fundamentalist about this (a few extra divs is OK)
I'd prefer if the relevant CSS is shown on the page (or can be downloaded), so I don't have to "reverse engineer" the styles with Firebug. Also, a response that points to a single example is a lot more useful than "here's a page with a million example forms, most of which don't meet your requirements".
I realize I'm being very demanding here, so apologies and thanks!