alright here's the jist of it.. im too lazy to do this and i have $5 to my name. if you do it and the code is clean, you will be awarded with the $5. css and xhtml must be valid and you must use clean code. i cant stress this enough. im going to post an image of what i want in here and the first one to present me some nice code, gets it. pretty simple right? must use a container div that is the width of the image. inside the container is 2 divs... left and right. in the left is the 3 inputs on the left. in the right, the 3 inputs on the right. also, make use of the label tags for the input captions. example is as follows. <p><label for="ipt_name">Name:</label></p> <p><input type="text" name="name" id="ipt_name" /></p> HTML: