This is a registration form. You will notice that there is a div element for each field called .form-field. This element also has a class
applied to it called {fieldname}-class. For instance the username field's div has the additional class of .field-username. This makes applying
classes to certain fields very easy, as with with the form below where the username and email fields are floated side by side.
You can download this example for free.