Between the years 2002-2005 I dabbled more frequently in flash than I have in the past 6 years combined. Going through my hard drive I have rediscovered a few gems, some are only in the concept phase but I thought it would be fun to share some of these early works, many of which nobody has ever seen besides myself. Enjoy!
Hint: Click the crank to turn, continue clicking until …
When attempting to align form input and button elements you can get a hodgepodge of results across browsers. Here is a trick to get things aligned:
input, button {
vertical-align: middle;
}
You can also restyle the borders, margin and padding to make completely customized appearance of fields and buttons. Just remember, button can be styled across all browsers to appear the same while an input of submit type cannot and will be subject to each browsers gui, most noticeably is Apple’s Safari.

@geekynat Existence is really hard sometimes.