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

   Web Form Style Sheet
   Author:   CE "Mac" Welsh
   Date:     11/01/09

   Filename:         forms.css
   Supporting Files: none

*/

#quoteForm			{width: 700px}
#rNote			{margin-left: 500px}
h3	  			{color: white; background-color: green; width: 700px;
				  text-align: center}
span				{color: red}
fieldset			{margin-bottom: 10px; padding: 10px; background-color: rgb(237, 233, 223)}
label.blockLabel		{display: block; position: relative; margin: 12px 0px}
label.blockLabel input	{position: absolute; left: 150px}


#addressOptions			{width: 220px; margin-left: 150px}
#company, #fullName		{width: 25em}
#street, eMail			{width: 25em}
#phone, #fax			{width: 15em}
#state				{width: 2em}
#zip					{width: 5em}



