/*
   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;
	position: relative;
	width: 100%;
	margin-top: 12px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
label.blockLabel  input, select									{
	position: absolute;
	left: 250px;
	width: 400px;
}
label.inlineLabel												{display: inline}
#FrontPage_Form1 span											{color:yellow}
#Event															{width: 10em}
.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;
}
#Add_Info {
	width: 700px;
}
