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

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

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

legend { display: none; }

body#registration div#container #copy{
	height:auto !important;
	height:330px;
	min-height:330px;
	width:460px;	
	padding:20px 0 0 506px;
}
	body#registration div#container #copy p{
		width:270px;
	}    
	body#registration div#container #copy p.error{
		margin:0;
		padding:0 0 10px;
		width:309px;
	}         
body#registration label{
	font-weight:bold;
}

/* REG FORM B */
#reg_form_b {
	width: 440px;
	font-size: 10px;	/* reg form template psd uses 10px font if you are not getting good results with em */
	overflow: hidden;	/* clears all inner floats */
	}
	
	/* Apply section borders and padding */
	#reg_form_b #user_info #profile,
	#reg_form_b #user_info #address_info,
	#reg_form_b #user_info #additional_info,
	#reg_form_b #opt_in_section {
		margin-bottom: 1px;
		padding-bottom: 1px;	/* 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: 3px;
		}
		

		/* 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;
			height:33px;
		}
		
		#reg_form_b #user_info label { display: block; }
		#reg_form_b #user_info input, #reg_form_b #user_info select {
			font-size: 1em;
		}
		
		#reg_form_b #user_info #gender {
			height:auto;
			float:left;
			padding:0;
			width:100%;	/* added a little extra padding so this
						looks a little nicer on one line */
			}
			#reg_form_b #user_info #gender label {
				width: 190px;
				float: left;
				padding-top: 2px;	/* pushes label down in line with options */
			}
			#reg_form_b #user_info #gender div {
				float:left;
				font-size:10px;
				font-weight:bold;
				height:25px;
				padding:0;
				width:130px;
			}
			#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;
		} */

		#reg_form_b .option-group {
			   width: 100%;
			   overflow: hidden;	/* clears inner floats */
			   padding:0;
			   margin:0;
			   padding-bottom: 4px;	/* spacing between opt ins */
			}
			/* checkbox float */
			#reg_form_b .option-group input {
				float:left;
				margin:0;
				padding:0;
				width:24px;	
			}
			#reg_form_b .option-group label {
				width: 365px;
				float: left;
			}			
	/* Opt In Section */
	#reg_form_b #opt_in_section {
	
		}
		/* 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 */
			}
			/* 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: 365px;
				float: left;
			}
			
		

			
	
	/* Image Security */
	#reg_form_b #captcha {
		width: 332px;
		overflow: hidden;	/* clears inner floats */
		padding-top: 12px;
		float:left;
		}
		#reg_form_b #captcha label {
			display: block;
			width: 160px;
			float: left;
			padding-bottom:3px;
		}
		#reg_form_b #captcha #captcha_image {
			width: 160px;
			float: left;
			padding-right: 6px;
			height:50px;
			}
			#reg_form_b #captcha #captcha_image img { 
				display: block;	/* overwrites disabling of error images */ 
				height:50px;
				width: 160px;
			}
		#reg_form_b #captcha input {			
			width: 160px;
			display: block;
			float: left;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: bold;
		}
	
	/* Misc Items */
	body#registration div#container #copy #reg_form_b #misc_items {
		float:left;
		padding:0 0 0 10px;
		width:78px;
		}
		body#registration div#container #copy #reg_form_b #misc_items .information_copy {
			width: 85px;
			float: left;
			font-size: .9em;
			padding: 10px 0 0 0;
			}
			body#registration div#container #copy #reg_form_b #misc_items .information_copy p {
				padding:0 0 11px;
				margin: 0;
				font-weight: normal;
				line-height: 1em;
				width:85px;
				font-size:10px;
			}
		body#registration div#container #copy #reg_form_b #misc_items #eprize_secured {
			width: 85px;
			float: left;
		}
	
	/* Submit Button */
	#reg_form_b .submit {
		float:left;
		padding:10px 0 0;
		text-align:right;
		width:418px;
		}
		#reg_form_b .submit input { display: inline; }

	
