/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 6
   Tutorial Case

   Web Form Style Sheet
   Author: Cherie Szilvagyi
   Date:  2-18-2009 

   Filename:         forms.css
   Supporting Files: none

*/

fieldSet						{
	margin-bottom: 10px;
	padding: 10px;
	background-color: tan
}

label.blockLabel				{display: block; position: relative; margin: 12px 0px}

label.blockLabel input			{position: absolute; left: 150px}

label.indentLabel				{margin-left: 150px}

#rightColumn					{width:727px; border-style: double; color: black; border-width: 6px}
#firstName, #lastName, #street	{width: 20em}
#phone							{width: 20em}
#city							{width: 20em}	
#state							{width: 3em}
#zip							{width: 7em}
#email         					{width: 32em}
