
#formArea
	{
	position: relative;
	display: block;
	margin-top: 25px;
	margin-left: 15px;
	}

#formArea p {line-height: 1.8em;}

#formInstructions
	{
	position: relative;
	margin-top: 0px;
	padding-top: 10px;
	border-top: 2px dotted #A00300;
	width: 90%;
	}

#contactForm
	{
	position: relative;
	background: url('../images/form_top_contact.gif') no-repeat top left;
	}
	
#formSubmit
	{
	position: relative;
	padding-top: 8px;
	border-top: 2px dotted #A00300;
	}

.formInputs
	{
	position: relative;
	display: block;
	clear: both;
	margin-top: 15px;
	width: 90%;
	margin-bottom: 20px;
	}

label
	{
	position: relative;	
	width: 140px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	float: right;
	}

.formField, .formFieldBox
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	display: block;
	width: 190px;
	height: 20px;
	margin: 0px 0px 8px 3px;
	padding: 0px;
	float: left;
	margin-bottom: 12px;
	background-color: #f6f6f6; 
	color: #A00300;
	}

.formFieldBox
	{
	width: 380px;
	height: 60px;
	margin: 5px 0px 15px 25px;
	}

.tRed
	{
	color: #A00300;
	}

h2.form
	{
	font-size: 12pt;
	padding: 3px;
	color: #A00300;
	clear: both;	
	}