/*-----------------*/
/* carhartt/fall11 */
/* form styles     */
/*-----------------*/

/* elements */
form { display: block; margin: 0; padding: 0; }
fieldset { display: block; margin: 0; padding: 0; }
legend { display: none; }


/* error styles */
/*.error { color: #c00 !important;  }*/

.error label, .error { color:#C00 !important;}
.error_indicator { display: none; }
p.error{ color:#C00 !important;}


/* 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; }
		#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; padding-top: 12px; }
		#contact_form .submit input { display: inline; }

	#contact_form p.error{
		color:#C00;
	}
/* Login Form */
#login_form { width: 100%; overflow: hidden; font-size: .85em; padding-top: 25px; }
	#login_form label { display: block; font-weight: bold; }
	#login_form #email { width: 204px; float: left; }
		#login_form #email input { width: 184px; }
	#login_form input { float: left; }


/* REG FORM A */
#reg_form_a {
	width: 345px;
	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 */
	}
	
	/* User Information */
	#reg_form_a #user_info {
		
		}
		
		/* widths! */
		#reg_form_a #user_info label {
			width: 140px;
			padding-right: 18px;	/* spacing between label and field */
		}
		#reg_form_a #user_info input, #reg_form_a #user_info select {
			width: 180px;
		}
		/* row spacing */
		#reg_form_a #user_info div div {
			padding-bottom: 8px;
		}		
		
		#reg_form_a #user_info div div {
			/* this will create the "rows" of fields by clearing inner floats in the divs */
			width: 100%;
			overflow: hidden;
		}
		#reg_form_a #user_info label {
			text-align: right;
			float: left;
		}
		#reg_form_a #user_info input {
			float: left;
			font-size: 1em;
		}
		#reg_form_a #user_info select {
			font-size: 1em;
		}
		
		/* gender field fixes */
		#reg_form_a #user_info #gender {
			float: left;
			}
			#reg_form_a #user_info #gender div {
				width: auto;
				padding: 0;	/* overwrite row spacing crap */
				font-size: .95em;
			}
			#reg_form_a #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;
			}
			#reg_form_a #user_info #gender br { display: none;	/* kill line break so options properly display inline */ }
	
	/* Opt In Section */
	#reg_form_a #opt_in_section {
		width: 100%;
		border: 1px solid #fff;
		border-left: none; border-right: none;
		margin: 12px 0;
		padding: 8px 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_a #opt_in_section #primary_opt_in {
			   width: 100%;
			   overflow: hidden;	/* clears inner floats */
			   padding-bottom: 4px;	/* spacing between opt ins */
			}
			/* checkbox float */
			#reg_form_a #opt_in_section #primary_opt_in #primary_opt_in-option-group {
				width: 24px;
				float: left;
			}
			#reg_form_a #opt_in_section #primary_opt_in label {
				width: 312px;
				float: left;
			}
	
	/* Image Security */	
	#reg_form_a #captcha {
	
		}
		#reg_form_a #captcha label {
			width: 146px;
			height: 54px;	/* will make it the same size as captcha image + some padding
							   captcha is 50px tall */
			float: left;
			
		}
		#reg_form_a #captcha #captcha_image {
			width: 160px;
			height: 50px;
			float: right;
		}
		#reg_form_a #captcha input {
			clear: both;
			width: 156px;
			float: left;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: bold;
		}
	
	/* Misc Items */
	#reg_form_a #misc_items {
		width: 160px;
		float: right;
		margin-top: -10px;	/* sorry.. */
		}
		#reg_form_a #misc_items .information_copy {
			width: 80px;
			float: left;
			font-size: .9em;
			padding-top: 11px;
			}
			#reg_form_a #misc_items .information_copy p {
				padding: 0 0 .2em;
				margin: 0;
				font-weight: normal;
				line-height: 1em;
			}
		#reg_form_a #misc_items #eprize_secured {
			width: 80px;
			float: right;
		}
		
	/* Submit Button */
	#reg_form_a .submit {
		clear: both;
		padding-top: 12px;
		text-align: right;
		}
		#reg_form_a #misc_items .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 */
	color:#000;
	}
	
	#reg_left {
	width: 460px;	
	float: left;
	}
	
	#reg_right {
	width: 442px;
	float: left;
	overflow:hidden;
	}
	#reg_right #opt_in_section {
	margin-top: 27px;	
	}
	/* 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 {
	/*	background: url(../images/bg_reg_section.gif) bottom no-repeat;	 making this a bg image gives creative some freedom with "hr" graphics */
		margin-bottom: 8px;
		padding-bottom: 6px;	/* add a little padding to push the border background image down */
	}


	/* 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 */
		}
		
		#reg_form_b #user_info input {
			border: 1px solid #000000;
		}
		/* row spacing */
		#reg_form_b #user_info div div {
			padding-bottom: 8px;
		}
		

		/* 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 div#shirt_size {
			float: left;
			clear: left;
		}
		#reg_form_b #user_info label { 
			display: block;
			color: #000000;
			 }
		#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: 3px;
			width: 400px;	/* added a little extra padding so this
								   looks a little nicer on one line */
			}
			/*#reg_form_b #user_info #gender.error label{
				color: #CC0000;
				width:50px;
			}*/
			#reg_form_b #user_info #gender label {
				width: 196px;
				float: left;
				padding-bottom: 10px;	/* pushes label down in line with options */
			}
			#reg_form_b #user_info #gender div {
				padding: 0 0 3px;			/* needed so that row padding is not doubled */
				width: 130px;
				float: left;
				margin-left: 16px;
				
				
			}
			#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;
				border: none;
			}
			#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;
				border: 1px solid #000000;
			  background-color:light-red;
			 
			}
			#reg_form_b #user_info #state select option{
			  background-color:white;
			 }
			
			#reg_form_b #user_info #shirt_size select, #reg_form_b #user_info #pant_size select, #reg_form_b #user_info #age select {
				border: 1px solid #000000;
			}
		#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 {
	
		}
		/* These cannot be templated in their current state
		   You will have to add your field specific name to these styles as well */
		#primary_opt_in {
			   width: 100%;
			   overflow: hidden;	/* clears inner floats */
			   padding-bottom: 4px;	/* spacing between opt ins */
			}
			/* checkbox float */
			 #primary_opt_in #primary_opt_in-option-group {
				width: 24px;
				float: left;
			}
			 #primary_opt_in label {
				width: 375px;
				float: left;
				color: #000000;
				font-size:11px;
				padding-top:2px;
			}
		/* These cannot be templated in their current state
		   You will have to add your field specific name to these styles as well */

			/* checkbox float */
		#opt_in_sportsman,
		#opt_in_workwear,
		#opt_in_gander,
		#opt_in_blains,
		#opt_in_tsc {
			   width: 100%;
			   overflow: hidden;	/* clears inner floats */
			   padding-bottom: 2px;	/* spacing between opt ins */
			}
			/* checkbox float */
			 #opt_in_sportsman #opt_in_sportsman-option-group,
			 #opt_in_workwear #opt_in_workwear-option-group,
			 #opt_in_gander #opt_in_gander-option-group,
			 #opt_in_blains #opt_in_blains-option-group,
			 #opt_in_tsc #opt_in_tsc-option-group {
				float: left;
				width: 24px;
				padding: 0;
				margin: 0;
			}
			 #opt_in_sportsman label,
			 #opt_in_workwear label,
			 #opt_in_gander label,
			 #opt_in_blains label,
			 #opt_in_tsc label {
				width: 375px;
				float: left;
				color: #000000;
				font-size:11px;
			}


	
	/* Image Security */
	#reg_form_b #captcha {
		width: 100%;
		overflow: hidden;	/* clears inner floats */
		/*padding-top: 12px;*/
		}
		 #captcha label {
			display: block;
			padding:6px 0 0;
			width: 157px;
			float: left;
			color: #000000;
			font-size: 11px;
		}
		#captcha {
			/*margin-top: 18px;*/
		}
		 #captcha #captcha_image {
			width: 160px;
			float: left;
			padding-right: 12px;
			}
			#captcha #captcha_image img { 
			display: block;
			border: 1px solid #000000;
				/* overwrites disabling of error images */ }
				
				
		 #captcha input {
			width: 73px;
			display: block;
			float: left;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: bold;
			border: 1px solid #000000;
			margin-top: 8px;
			margin-left: 3px;
		}
	
	/* Misc Items */
	 #misc_items {
		width: 400px;
		float: left;		
		padding: 8px 0 12px;
		}
		 #misc_items .information_copy {
			width: 85px;
			float: left;
			font-size: .9em;
			padding: 10px 0 0 0;
			}
			#misc_items .information_copy p {
				padding: 0 0 .2em;
				margin: 0;
				font-weight: bold;
				line-height: 1em;
			}
		 #reg_right #misc_items #eprize_secured {
			width: 85px;
			float: left;
		}
	
	/* Submit Button */

		#reg_form_b .submit input { display: inline; }

	#reg_right div.submit {
		float: left;
		margin-left: 286px;
	}
	
	#container.retailer #reg_right div.submit {
		float: left;
    	margin-left: 21px;
	}
		#reg_right 	#fb_like_box {
			background: none repeat scroll 0 0 #fff;
			float:left;
			width: 292px;
			-moz-border-radius: 5px;
			border-radius: 5px;
    		height: 75px;
			overflow: hidden;
		}
/* taf form */
#taf_form { width: 100%; overflow: hidden; }
	#taf_form fieldset div { width: 220px; float: 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, #viral_right .submit input { display: inline; margin-right: 114px; }
		#primary_opt_in-option-group {
			float: left;
		}

#taf_submit_btn, #no_thanks_link {
	float: left;
}

div.link_no_thanks {
	float: left;
	margin-left: 10px;
	
}

#janky label, #inky label{
	font-size:11px;
}

div.link_no_thanks a {
	color: #fff;
	font-size:11px;
}

#opt_in_sportsman {
	color: #000;
}

	#janky #primary_opt_in label, #inky #primary_opt_in label,
	#janky #opt_in_sportsman label, #inky #opt_in_sportsman label,
	#janky #opt_in_workwear label, #inky #opt_in_workwear label,
	#janky #opt_in_gander label, #inky #opt_in_gander label,
	#janky #opt_in_blains label, #inky #opt_in_blains label,
	#janky #opt_in_tsc label, #inky #opt_in_tsc label {
		width: 420px;
		float: left;
		color: #ffffff;
		font-size:11px;
		line-height:normal;
	}


.optional {
	font-size:10px;
}
