/* Forms */

	/*
	Formats forms that utilize both traditional table layouts, as well as newer layer based forms
	*/

	.divForm label, .tblForm label
		{
			font-family: 	Verdana, Arial;
			font-size: 		11px;
			width: 			180px;
			float: 			left;
			text-align: 	left;
			display: 		block;
			margin-right: 	8px;
			clear: 			both;
			
			padding-bottom: 4px;
			color: 			#333;
		}
		
	.divForm input, .divForm textarea, .divForm select, .tblForm input, .tblForm textarea, .tblForm select, .divForm file
		{
			font-family: 	Verdana, Arial;
			border: 		1px solid #CCC;
			font-size: 		12px;
			color: 			#333;
			vertical-align: middle;
		}
	.divForm input, .tblForm input
		{
			height: 		18px;
			padding: 		3px 0 0 3px;
		}
	.divForm select, .tblForm select
		{
			height: 		22px;
			line-height: 	20px;
			vertical-align: bottom;
		}
		
		
	.divForm input[type='checkbox']
		{
			width: 			14px;
			height: 		14px;
			margin: 		0 5px 0 0;
		}
	.divForm input[type='file']
		{
			background: 	white;
			height: auto;
		}
	.divForm input[type='image'], .tblForm input[type='image']
		{
			width: auto;
			height: auto;
			margin: 0 0 0 5px; 
			padding: 0px;
			border: 0px;
		
		}
	
	.divForm input[type='radio']
		{
			border: 		0px;
		}
	.divForm textarea
		{

		}
		
	
	
	.divForm p
		{
			margin: 		10px 0px 0px 0px;
			padding: 		0px;	
			clear: 			both;
		}
	.divForm .SubText
		{
			font-size: 		11px;	
			line-height: 5px;
		}
	
	
	/* ********************************************************************** */
	/* Class txtBox is currently only used in the login bar -- move this? */
	.txtBox
		{
			font-family: 	Verdana, Arial;
			font-size: 		10px;
			color:			#333;
			border: 		1px solid #999;	
			display: 		inline;
			vertical-align: top;
			
			height: 		20px;
		}
	/* ********************************************************************** */
	
	.tblForm td
		{
			font-family: 	Verdana, Arial, Helvetica, sans-serif;	
			line-height: 	17px; 
			font-size: 		11px;
			color: 			#3C3D3D;
			text-align: 	left;	
			margin: 		0px;
			padding: 		8px;
		}
	.boxOrange .tblForm th
		{
			background: 	#C24400;
			height: 		30px;
			color: 			white;
			font-weight: 	bold;
			font-family: 	Verdana, Arial, Helvetica, sans-serif;	
			font-size: 		11px;
			padding-left: 	5px;
		}
	
	.boxBlue .tblForm td
		{
			background: #E4EAEE;
		}
	
	
	/* The light green box surrounding text - not necessarily within a form */
	.divFormStandardBox
		{
			background: 	#E6E6C6;
		}
		
	.SubText
		{
			
		}
	.divTermsOfUse input[type='text']
		{
			height: 14px;
		}
	.divTermsOfUse label
		{
			width: 100px;
		}
/* Forms */	

