/*
   style sheet comments
   Author: Rodney Gibbons
   Date:   10-09-09

   Filename:         form.css
   Supporting Files: 
*/
form															{width: 780px}
fieldset														{margin-bottom: 10px; padding: 10px}
label.blockLabel												{display: block; position: relative; margin: 12px 0px}
label.blockLabel  input, select									{position: absolute; left: 300px}
label.inlineLabel												{display: inline}
#FrontPage_Form1 span											{color:yellow}
#Name, #Address1, #Address2, #Email, #Location_of_Wedding		{width: 35em}
#Evening_Phone, #Daytime_Phone, #City, #State					{width: 20em}
#Event															{width: 10em}
#Zip															{width: 15em}
.submit															{display: inline-block; float: left; border: 1px solid white; width: 32.5em; height: 10em; padding: 1em;
																text-align: center; margin-bottom: 1em}
#contactForm span												{color:red}

