/*
   New Perspectives on HTML and XHTML 5th Edition
   Website  Project


   Web Form Style Sheet
   Author:   Carl Conrad
   Date:   November 4, 2009

   Filename:         forms.css
   Supporting Files: none

*/
h1					{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}


#scripForm span		{color: red}

label.identLabel		{margin-left: 150px}

#fristName, #LastName, #Street	{width: 25em}
#phone, #city					{width: 10em}
#state							{width: 3em}
#zip							{width: 7em}


/*
#payment		{width: 180px; margin-left: 150px}
*/

/*
#retailer1			{position: absolute; left: 150px}
#quantity1			{position: absolute; left: 150px}
#amount1			{position: absolute; left: 150px}

*/
