/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 6
   Tutorial Case

   Web Form Style Sheet
   Author: 			Amanda Pearson
   Date:   			10/17/09

   Filename:         forms.css
   Supporting Files: none

*/

fieldset {margin-bottom: 10px; padding: 10px;}

label.blockLabel {display: block; position: relative; margin: 12px 0px;}
label.blockLabel input {position: absolute; left: 75px;}


#firstName, #lastName, #email {width: 25em;}
#city {width: 10em;}
#state {width: 3em;}


