/***************/
/* FORM STYLES */
/***************/

form {
	display: block;
	margin: 0;
	padding: 0;
}

fieldset {
	display: block;
	margin: 0;
	padding: 0;
}

legend { display: none; }

.error {
    color: ##00CCFF !important;
}


		
		#entry {
			width:380px !important;
			}
	
/* 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 */
	font-family:Arial, Helvetica, sans-serif;
	}
	
	/* Apply section borders and padding */
	#reg_form_b #user_info #profile,
	#reg_form_b #user_info #address_info,
	#reg_form_b #user_info,
	#reg_form_b #opt_in_section {
		padding-bottom: 1px;	/* add a little padding to push the border background image down */
	}

        #additional_info {
		padding-bottom: 5px;
	}


	
	#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: 216px;	/* width of "group" (larger to add spacing) */
		}
		#reg_form_b #user_info input, #reg_form_b #user_info select {
			width: 192px;	/* width of inputs and selects */
		}
		
		#reg_form_b #user_info #age select {
			width: 65px;	/* width of inputs and selects */
		}
		
		/* row spacing */
		#reg_form_b #user_info div div {
			padding-bottom: 8px;
		}
		
			.bottom_border {
				border-bottom: solid 1px;
				width: 412px;
				height:1px;
				margin-bottom:12px;
				}

		/* profile, address_info, additional_info */
		#reg_form_b #user_info div {
			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:30px;
		}

		
		#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 {
			float: left;
			padding-top: 3px;	/* added a little extra padding so this
								   looks a little nicer on one line */
			}
			#reg_form_b #user_info #gender label {
				width: 72px;
				float: left;
				padding-top: 2px;	/* pushes label down in line with options */
			}
			#reg_form_b #user_info #gender div {
				padding: 0;			/* 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 */
		#city {
			width:216px !important;
			}
		#city label{
			width:195px !important;
			}
		#city input{
			width:192px !important;
			}
		
		#reg_form_b #user_info #state {
			width: 104px;
			}
			#reg_form_b #user_info #state select {
				width: 94px;
				height: 19px;
			}
		#reg_form_b #user_info #zip {
			width: 95px;
			}
			#reg_form_b #user_info #zip input {
				width: 70px;
			}
		/* 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 {
		width:420px;
		}
		/* 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: 405px;
			   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: 372px;
				float: left;
			}
			
		#reg_form_b #opt_in_section #opt_in {
			   width: 100%;
			   overflow: hidden;	/* clears inner floats */
			   padding-bottom: 4px;	/* spacing between opt ins */
			}
			/* checkbox float */
			#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: 312px;
				float: left;
			}
			
		#reg_form_b #opt_in_section #opt_in_2 {
			   width: 100%;
			   overflow: hidden;	/* clears inner floats */
			   padding-bottom: 4px;	/* spacing between opt ins */
			}
			
		#reg_form_b #opt_in_section #opt_in_2 select {
			  	width: 234px;
				height: 19px;
				font-size: 10px !important;
			}
			/* checkbox float */
			#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: 350px;
				float: left;			}
				

	/* Image Security */
	#reg_form_b #captcha {
		width: 405px;
		overflow: hidden;	/* clears inner floats */
		}
		#reg_form_b #captcha label {
			display: block;
			width: 150px;
			font-size:9px;
			line-height:10px;
			color:#ffffff;
		}
		
		#reg_form_b #captcha label a{
			color:#ffffff;
		}
		
		#reg_form_b #captcha #captcha_image {
			width: 155px;
			float: left;
			padding-top:13px;
			}
			#reg_form_b #captcha #captcha_image img { 
				display: block;	/* overwrites disabling of error images */
				width:140px;
				}
		#reg_form_b #captcha input {
			width: 136px;
			display: block;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: bold;
		}
        #captcha_response {
		line-height: 1em;
	}	
	/* Misc Items */
	#reg_form_b #misc_items {
		width: 172px;
		float: left;		
		}
		#reg_form_b #misc_items .information_copy {
			width: 85px;
			float: left;
			font-size: .9em;
			padding: 10px 0 0 0;
			color: #FFFFFF !important;
			}
			#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 {
			float:left;
			padding-top:13px;
			width:122px;
		}
                #eprize_secured img {
                        display: inline !important;
                }

	#information_copy {
		color:#ffffff !important;
	}	
	/* Submit Button */
	#reg_form_b .submit {
		width: 250px;
		float: left;
		padding: 10px 0 12px;
		text-align: right;
		}
		#reg_form_b .submit input { display: inline; margin-top: -10px;}

	
			
/* taf form */
#taf_form {
	}
	#taf_form fieldset div {
		width: 254px;
		float: left;
		}
		#taf_form fieldset div input {
			display: block;
			width: 228px;
			margin-bottom: 4px;
		}
	#taf_form .submit {
		padding-top: 20px;
		}
		#taf_form .submit a, #taf_form .submit input {
			display: inline;
			margin-right: 114px;
		}
