This paragraph explains what is happening in the form below. The whole form has an ID of form. All of the rules just change different aspects of the form. We use a background rule to change the image of the form. we also change the size of the boxes for email and comments by using padding, border, and margin rules. The signup rule allows us to change everything that that rule is applied to. The webkit atributes make it so that each browser knows how to correctly render and present the form. The form fields change the actual appearance of the form, such as the email box, the comment box, the check marks, and all of that stuff. It also says that the from is as form tht is meant to be filled out and be edited by the user. The different kinds of inputs effect the different places that information is recorded. Our hover rules change the look of the boxes when the cursor touches them. The submit button is also changed with a hover rule.