/*
   New Perspectives on HTML and CSS
   Tutorial 6
   Tutorial Case

   Survey Forms Style Sheet
   Author: 
   Date:   

   Filename:         forms.css
   Supporting Files: customer.png, go.png, stop.png

*/


/* Field set styles */

fieldset  {
  border: 1px solid: black;
  float: left;
  margin: 10px;
}

/* Label styles */
  
 
