
/********************/
/*  Forms                       */
/********************/

fieldset
	{
	width: 85%;
	margin: 0 auto;
	padding: 10px 0;
	border: 1px solid #999;
	clear: both;
	}

legend
	{
		color: #fff;
		font-weight: bold;
		font-size: 1.1em;
		padding: 1px 1ex 2px 1ex;
		margin: 0 0 7px 1ex;
		border: 1px solid #999;
		background-color: #327e11;
	}
 
.FormField, .FormFieldDis, #CartItems table tr td input, #CartItems tr td select, .cFormField
	{
	font-family: verdana,helvetica,sans-serif;
	margin: 2px 0;
	padding: 2px;
	border: 1px solid #327e11;
	background: #fff url('../images/form_field_bg.gif') repeat-y 0 0;
	color: #327e11;
	}
 
.FormFieldDis
	{
	background-image: none;
	background-color: #e2e2e2;
	}
 
.FormFieldLabel, .FormFieldLabelLeft
	{
	display: block;
	width: 80px;
	height: auto;
	text-align: right;
	padding-right: 3px;
	float: right;
	}
 
 .FormFieldLabelLeft
	{
		text-align:left;
	}
 
 
.cFormField option, .FormField option, #CartItems table tr td option
	{
	/*background-color: #e5ddf6;*/
	}
 
#ContactForm, #EvalForm, #WebinarForm, #TrainingForm
	{
	position: relative;
	margin: 20px 0 0 0;
	font-size: 0.9em;
	color: #333;
	}

#EvalForm, #ContactForm, #TrainingForm, #WebinarForm {font-size: 1em}

#EvalForm {background: url('../images/form-header-download.png') no-repeat top center;}
#ContactForm {background: url('../images/form-header-contact.png') no-repeat top center;}
#WebinarForm {background: url('../images/form-header-webinar.png') no-repeat top center;}
#TrainingForm {background: url('../images/form-header-training.png') no-repeat top center;}
#DownloadForm {background: url('../images/form-header-download.png') no-repeat top center;}
 
#ContactForm p, #EvalForm p, #WebinarForm p, #FinancingForm p, #TrainingForm p
	{
	padding: 0 0 10px 10px; 
	margin: 0; 
	text-align: left;
	}
	
#ContactForm .intro, #EvalForm .intro, #WebinarForm .intro, #FinancingForm .intro, #TrainingForm .intro
	{
	padding-top: 20px; 
	width: 90%
	}

#optionalFields {display: none;}
#requiredFields {min-height: 200px}
#requiredFields .formFooter {clear: both; margin: 30px 0}

.formHeader
	{
	position: relative;
	width: 503px;
	height: 60px;
	display: none;
	}

.formBody
	{
	position: relative;
	height: auto;
	padding: 58px 0 10px 0;
	line-height: 1.4em;
	width: 500px;	
	}
 
.formFooter
	{
	position: relative;
	width: 500px;
	text-align: right;
	margin-top: 5px;
	padding: 0 0 30px 0;
	clear: both; 
	background: url('../images/form-footer-bg.png') no-repeat center bottom;	
	}

.formItem label  /* Contact Form Field Label (resources.aspx, contact.aspx...) */
	{
	display: block;
	height: 20px !important;
	width: 130px;
	text-align: right;
	padding: 2px 5px 0 0;
	float: left;
	font-weight: bold;
	}

.cFormField { float: left; }

.cFormValidation
	{
	color: #fff !important;
	background-color: #327e11;
	float: left;
	padding: 0;
	margin-left: 3px;	
	}

.formItem
	{
	position: relative;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
	}

.formFooter .PageButton { margin-right: 20px; }
