/* Forms */

	table.tblForm
		{
			margin-top: 4px;
		}
	table.tblForm tr.tblHeader th
		{
			background: #666;	
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			height: 30px;
			font-weight: bold;	
			color: white;
			text-align: left;
		}
	table.tblForm td
		{
			height: 32px;
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
	table.tblForm tr.tblBackground1 td
		{
			background: #F0F0F0;	
		}
	table.tblForm tr.tblBackground2 td
		{
			background: #DCDCDC;	
		}
	table.tblForm tr.tblFooter td
		{
			background: #999;
			height: 6px;	
		}
	table.tblForm a
		{
			border: 0px;
			color: #333;	
			font-size: 10px;
		}



		
	.tblFormWithBG label, .tblFormWithBG td
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			width: 150px;
			float: left;
			margin-top: 5px;	
			color: #565656;
			text-decoration: none;	
			text-align: right;
			
			
		}
	.tblForm .label, .tblFormWithBG .label
		{
			margin-top: 10px;	
		}
	.tblFormWithBG
		{
			border: 1px solid #A2A2A2;	
			background: #EBEBEB;
		}	
	.tblFormWithBG th
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin: 5px;	
			color: #565656;
			text-decoration: none;	
			height: 30px;
			background: #D9D9D9;
			border-bottom: 1px solid white;
			text-align: left;
			
		}
	.tblFormWithBG td
		{
			background: #EBEBEB;
			padding: 3px;
		}
		
		
		
		
		
		
		
		
		
		
		
	input, select, textarea, .faketextbox
		{		
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #333;
			margin: 4px 0px 4px 0px;
			padding: 0px;
			background: #F7FAF3;
			
		}
	.tblForm label
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			width: 150px;
			float: left;
			margin-top: 5px;	
			color: #565656;
			text-decoration: none;	
		}
	label
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			width: 150px;
			float: left;
			margin-top: 5px;	
			color: #333;
			text-decoration: none;	
		}
		
	.inputBordered
		{
			border: 1px solid #999;	
			height: 17px;
			background: white;
		}
	form
		{
			padding: 0px;
			margin: 0px;
		}
	.txtBox
		{
			border: 1px solid #999;
			font-size: 11px;
			height: 18px;
			padding: 2px;
		}
	.chkBox
		{
			border: 0px;
			margin: 0px;
			padding: 0px;
		}
	.frmImage
		{
			border: 0px;
			padding: 0px;
			margin: 4px 0px 4px 0px;
			line-height: normal;
			vertical-align: top;	
		}
		
/* Forms */	
