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

   Filename:         form.css
   Supporting Files: 
*/
form													{
	width: 730px
}
fieldset												{margin-bottom: 10px; padding: 10px}
label.blockLabel									{
	display: block;
	position: relative;
	margin: 12px 0px;
	width: 700px;
}
label.blockLabel  input							{position: absolute; left: 250px}
.yellow_text 									{color:yellow}
#Name, #Company_Name, #Email, #Location, #Address1, #Address2	{
	width: 430px
}
#Evening_Phone, #Day_Phone						{width: 20em}
#Event												{width: 10em}
#Daytime, #Evening, #Weekend					{margin-left: 5em}
#Description {
	width: 700px;
}

