/***************/
/* FORM STYLES */
/***************/

form {
	display: block;
	
	
	
}

fieldset {
	display: block;
	margin: 0;
	padding: 0;
}

legend { display: none; }

#reg_copy{
	width: 203px;
	float: left;
	display: inline;
	margin-left: 70px;
	margin-top: 30px;
	
}

/* error styles */
.error {
	color: #e50;
}


/* Contact form */
#contact_form {
	padding-top: 8px;
	font-size: .9em;
	}
	#contact_form fieldset {
		width: 100%;
		overflow: hidden;
		}
		#contact_form fieldset label {
			display: block;
			font-size: .9em;
			font-weight: bold;
			padding-bottom: 4px;
		}
		#contact_form fieldset input, #contact_form fieldset select, #contact_form fieldset textarea {
			display: block;
			width: 320px;
			margin-bottom: 12px;
			font-size: 1em;
		}
		#contact_form fieldset textarea {
			height: 100px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			margin-bottom: 0;
		}

	#contact_form .submit {
		clear: both;
		width: 320px;
		text-align: right;
		}
		#contact_form .submit input { display: inline; }


/* REG FORM B */
#reg_form_b {
	width: 440px;
	font-size: .8em;	/* reg form template psd uses 10px font if you are not getting good results with em */
	overflow: hidden;	/* clears all inner floats */
	float: right;
	/*width: 150px;*/
	color: #000000;
	margin-right: 40px;
	display: inline;
	margin-top: 30px;
	}
#reg_form_b .form_img{
	padding-top: 3px;
	padding-bottom: 3px;
}

	#reg_form_b .optional_copy { color: #469a32; }
	
	/* Apply section borders and padding */
	#reg_form_b #user_info #profile,
	#reg_form_b #user_info #address_info,
	#reg_form_b #opt_in_section {
		/*background: url(../images/bg_reg_section.png) bottom no-repeat;	 making this a bg image gives creative some freedom with "hr" graphics */
		margin-bottom: 0px;
		padding-bottom: 0px;	/* add a little padding to push the border background image down */
	}
	
	#reg_form_b .error img {
		display: none;	/* removes the error images for this form since they break floats if only one column has an error */
	}

	/* User Information */
	#reg_form_b #user_info {
				
		}

		/* widths! (widths for special fields like state and zip
		            can be altered later in the stylesheet) */
		#reg_form_b #user_info div div {
			width: 212px;	/* width of "group" (larger to add spacing) */
		}
		#reg_form_b #user_info input, #reg_form_b #user_info select {
			width: 196px;	/* width of inputs and selects */
		}
		/* row spacing */
		#reg_form_b #user_info div div {
			padding-bottom: 4px;
		}
		

		/* profile, address_info, additional_info */
		#reg_form_b #user_info div {
			width: 100%;
			overflow: hidden;	/* clear inner floats */
		}
		
		/* field group (IE: First Name div with label and input) */
		#reg_form_b #user_info div div {
			float: left;
		}
		
		#reg_form_b #user_info label { display: block; }
		#reg_form_b #user_info #age label { padding-bottom: 10px; }
		#reg_form_b #user_info input, #reg_form_b #user_info select {
			font-size: 1em;
		}
		
		#reg_form_b #user_info #gender {
			float: left;
			padding-top: 0px;	/* added a little extra padding so this
								   looks a little nicer on one line */
			}
			#reg_form_b #user_info #gender label {
				width: 38px;
				float: left;
				padding-top: 5px;	/* pushes label down in line with options */
			}
			#reg_form_b #user_info #gender div {
				padding: 0 0 4px;			/* needed so that row padding is not doubled */
				width: 130px;
				float: left;
				font-size: .9em;
			}
			#reg_form_b #user_info #gender input {
				/* overwrite input width, kill floats, and get rid of bottom margin (which is on the containing div) */
				width: auto;
				float: none;
				display: inline;
				margin: 0 0 0 3px;
				position: relative;
				top: 3px;
			}
			#reg_form_b #user_info #gender br { display: none;	/* kill line break */ }

		
		/* user_info section fixes */
		/* state / zip */
		#reg_form_b #user_info #state {
			width: 96px;
			}
			#reg_form_b #user_info #state select {
				width: 84px;
			}
		#reg_form_b #user_info #zip {
			width: 116px;
			}
			#reg_form_b #user_info #zip input {
				width: 100px;
			}
		/* Birth Date fields - Un-comment to make fit  */
		#reg_form_b #user_info #age select {
			width: auto !important;
			display: inline !important;
		}
	
	/* Opt In Section */
	#reg_form_b #opt_in_section {
			padding: 0;
			margin: 0;
		}
		/* These cannot be templated in their current state
		   You will have to add your field specific name to these styles as well */
		#reg_form_b #opt_in_section #primary_opt_in  {
			   width: 100%;
			   overflow: hidden;	/* clears inner floats */
			   padding-bottom: 4px;	/* spacing between opt ins */
			}
			
		#reg_form_b #opt_in_section #opt_in {
			   width: 100%;
			   overflow: hidden;	/* clears inner floats */
			   padding-bottom: 4px;	/* spacing between opt ins */
			}
		
		#reg_form_b #opt_in_section #opt_in_2 {
			   width: 100%;
			   overflow: hidden;	/* clears inner floats */
			   padding-bottom: 4px;	/* spacing between opt ins */
			}
			/* checkbox float */
			#reg_form_b #opt_in_section #primary_opt_in #primary_opt_in-option-group {
				width: 24px;
				float: left;
			}
			#reg_form_b #opt_in_section #primary_opt_in label {
				width: 375px;
				float: left;
			}
			
			#reg_form_b #opt_in_section #opt_in #opt_in-option-group {
				width: 24px;
				float: left;
			}
			#reg_form_b #opt_in_section #opt_in label {
				width: 375px;
				float: left;
			}
			
			#reg_form_b #opt_in_section #opt_in_2 #opt_in_2-option-group {
				width: 24px;
				float: left;
			}
			#reg_form_b #opt_in_section #opt_in_2 label {
				width: 375px;
				float: left;
			}
	
	/* Image Security */
	#reg_form_b #captcha {
		width: 100%;
		overflow: hidden;	 /*clears inner floats */
		padding-top: 3px;
		font-size: 9px;
		}
		
	#reg_form_b #captcha p{
		font-size: 9px;
	}
		#reg_form_b #captcha label {
			display: block;
			width: 129px;
			line-height: 1.1em;
			
		}
		#reg_form_b #captcha #captcha_image {
			width: 164px;
			float: left;
			display: inline;
			padding-right: 4px;
			
			}
			#reg_form_b #captcha #captcha_image img { display: block;	/* overwrites disabling of error images */ }
			#reg_form_b #captcha_field{
				width: 129px;
				float: left;
				display: inline;
			}
		#reg_form_b #captcha input {
			width: 104px;
			display: block;
			
			text-transform: uppercase;
			font-size: 1em;
			font-weight: bold;
		}
	
	/* Misc Items */
	#reg_form_b #misc_items {
		width: 172px;
		float: left;
		display: inline;		
		padding: 24px 0 12px;
		}
		#reg_form_b #misc_items .information_copy {
			width: 85px;
			float: left;
			font-size: .9em;
			padding: 10px 0 0 0;
			}
			#reg_form_b #misc_items .information_copy p {
				padding: 0 0 .2em;
				margin: 0;
				font-weight: normal;
				line-height: 1em;
			}
		#reg_form_b #misc_items #eprize_secured {
			width: 85px;
			float: left;
		}
	
	/* Submit Button */
	#reg_form_b .submit {
		
		
		
	}
	
	
		#reg_form_b .submit input { 
			display: inline; 
			width: 104px;
		}

	
			
/* taf form */
#taf_form {
	}
	#taf_form fieldset div {
		width: 200px;
		
		text-align: left;
		
		}
		#taf_form fieldset div input {
			display: block;
			width: 200px;
			margin-bottom: 8px;
		}
	#taf_form .submit {
		padding-top: 20px;
		}
		#taf_form .submit a, #taf_form .submit input {
			display: inline;
			margin-right: 114px;
		}