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

   Filename:         form.css
   Supporting Files: 
*/
form															{
	width: auto
}
fieldset														{margin-bottom: 10px; padding: 10px}
label.blockLabel												{
	display: block;
	width: 100%;
	margin-top: 12px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
label.blockLabel  input									{
	position: absolute;
	left: 500px;
	width: 400px;
}
#FrontPage_Form1 span											{color:yellow}
#Event															{width: 10em}
#Zip															{width: 15em}
.submit															{
	border: 1px solid white;
	height: auto;
	padding: 1em;
	text-align: center;
}
#contactForm span												{color:yellow}
#inner .more-info #FrontPage_Form1 table {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
#Description {
	width: 700px;
}
