/*  Exportable Section Begins */
			
			.leadForms{
				padding-left:10px;
				padding-right:3px;
				/* font-family:Verdana, "Trebuchet MS"; */
			}
			
			.formItem{
				width:100%;
				padding-bottom:5px;
				padding-top:5px;
				display:block;
				clear:both;
			}
			
			.leadforms P{
				font-size:12px;
			}
			
			LABEL{
				/* font-family:Verdana;*/
			}
			
			LABEL formheader{
				font-size:10px;
			}
			
			.formItem LABEL, TD DIV.formItem LABEL{
				display:block;
				font-size:11px;
				font-family:sans-serif;
			}
			
			.formItem label.desc{
				font-size:12px;
				font-weight:600;
				line-height:18px;
			}
			
			.formItem .checkboxes label{
				display:inline;
				font-size:10px;
			}
			
			.formItem .formRowLeft, .formItem .formRowRight{
				display:inline;
				width:47%;
				float:left;
				padding-right:3%;
			}
			
			.formItem .field{
				font-family:Verdana, Trebuchet MS, Tahoma;
				font-size:12px;
			}
			
			.formRow, .formRowLeft, .formRowRight{
				padding-bottom:5px;
			}
			
			.leadforms P.legal{
				font-size:10px;
			}
			
			#nsSelect LABEL{
				display:inline;
			}
			
			.req{
				color:#FF0000;
			}
			
			hr{
				border:solid 0.7px #000;
				width:95%;
			}
			
			.leadforms .checkboxes A{
				font-size:16px;
				font-weight:600;
				text-decoration:none;
			}
			
			/* ----- SIZES ----- */

			.third
			{
			    width: 32% !important;
			}
			.half
			{
			    width: 48% !important;
			}
			.full
			{
			    width: 90% !important;
			}
			
			input.medium_large{
				width:75%;
			}
			
			input.small, select.small
			{
			    width: 50%;
			}
			input.medium, select.medium
			{
			    width: 75%;
			}
			input.large, select.large, textarea.textarea
			{
			    width: 100%;
			}
			
			textarea.small
			{
			    height: 5.5em;
			}
			textarea.medium
			{
			    width: 90% !important;
				height: 10em;
			}
			textarea.large
			{
			    height: 20em;
			}
			
			/*****************************/
			
			  /* Captcha Honeypot Field */
			  #user_confirm{
				  display:none;
			  }
			