
/* BEGIN 'The Form Classes'
 * 
 *
 *
 * 
 */
 
div.formContainer{ /* The div container surrounding the entire form, used for borders and overall width */
	padding: 10px;
}
.formFieldSet{ /* Every "Set" in our layout*/
	margin: 15 0 15 0;
	padding: 15 0 15 0;
}
.formRow{ /* Every "row" in our layout*/
	padding: 4px;
}
.formContainer span{ /* The Form Field Label Text */
	margin-left: 10px;
	width: 150px;
	float: left;
}
.formInput,.formTxt{ /* The Form Field input box for text fields */
	background:#FFFFFF url(/scripts/ext-2.2/resources/images/default/form/text-bg.gif) repeat-x scroll 0 0;
	width: 250px;
	border: 1px solid #a0a0a0;
	margin: 1;
	float: left;
}
.formTxt{
	margin-left: 10px;
	width: 450px;
	height:150px;
}
select.formInput{ /* The Form Field input box for select fields */
	width: auto;
}
.FormFieldOptions{ /* Applicable for Radio Buttons */
	list-style-type: none; 
	margin: 0px; padding: 0px;
	float: left;
	width: 200px;
}.FormFieldOptions li{
	display: block;
}.FormFieldOptions label{
}.FormFieldOptions input{
	width: auto;
}
	
.formContainer .formHeader{ /* This is for section 'Headers' */
	font-weight: bold;
	margin-left: 0px;
}
	
.formSubmit{  /* The submit button and it's container */
	font-weight:bold;
	background: #a0a0a0 transparent url(/scripts/ext-2.2/resources/images/default/button/btn-sprite.gif) repeat-x scroll 0 -43px;
	width: auto;
	float: right;
	margin:10px;
}

.formContainer .formInvalid{ /* A required field hasn't been filled in, or filled in incorrectly */
	border: 1px solid #CC3333;
	margin: 1;
}.formInvalidText{ /* The error message that's positioned to the right of the input box */
	border: 1px solid #CC3333;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	width: 200px;
	margin: 0 0 0 0; padding: 1 5 1 5;
}

/* END 'The Form Classes'
 * 
 */
