I am trying to recreate the login form shown on the tinypic main page.

in html, I have 3 elements of type:
E-Mail: <input type="text" name="id" maxlength="30" value="" /> Password: <input type="text" name="pw" maxlength="30" value="" /> <input type="submit" name="submit" value="Login" />
I tried putting them in separate divs, using float: on the left with a unique class in css but the code is really randomly long. essentially, I wanted to know if there was an easy way to achieve this layout using html and css.
thanks for the time!
Kevin jung
source share