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

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

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

legend { display: none; }


/* error styles */
div.error, .error {
    color: #f00;
}

div.error label img,
label img {
    display: none;
}

form#reg_form fieldset div.error,
div#captcha.error {
    background-color: transparent;
    border: none ;
}

p.error {
    color: #f00;
    font-size: 10px;
}

form#intro_login_form {}

    form#intro_login_form legend {
        display: none;
    }
    
    form#intro_login_form fieldset {
    }
    
        form#intro_login_form fieldset div {
            float: left;
            padding-right: 30px;
        }

            form#intro_login_form fieldset label {
                display: block;
                font-size: 12px;
            }

form#faq_ask {
   text-align: center;
}
    
    form#faq_ask fieldset {
        border-top: 1px solid #ccc;    
        padding: 4px;
        padding-top: 20px;
        text-align: left;        
    }
    
        form#faq_ask fieldset legend {
            font-weight: bold;
            margin-left: 5px;            
            padding: 5px;
        }
        
        form#faq_ask fieldset div {
            padding-bottom: 5px;
        }
		
		form#faq_ask fieldset #issue_type {
			padding-bottom: 15px;
		}
        
            form#faq_ask fieldset label {
                display:block;
                padding: 4px 7px 0 0;
                float:left;
                text-align: right;
                width: 135px;
            }
            
            
            form#faq_ask fieldset textarea {
                height: 90px;            
                width: 195px;
            }
            
            form#faq_ask fieldset select {
                width: 220px;
            }
            
form#oamoe_form {
    text-align: center;
}

		
		
/* REG FORM B */
#reg_form_b {
	width: 258px;
	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: #013d6b;
	}
	
	#fs_profile {
		padding-top: 4px;
	}
	
	#reg_form_col.no_code_entry,
	#profile_update_col {
	   padding-top: 135px;
	   height: 338px !important;
	}
	
	#profile_update_col div {
	   float: left;
       padding-right: 8px;
       padding-bottom: 4px;
	}
	
		#profile_update_col div#zip input {
	
		}
		
		#profile_update_col div#zip input {
			width: 100px;
		}
		
		#profile_update_col div#state {
		  width: 114px;
		}
	
	#profile_update_col div#address1 input {
	   width: 230px;
	}
	
	#profile_update_col label {
	   display: block !important;
	}
	
	#profile_update_col input {
	   display: block;
	   width: 107px;
	}
	
	#janky #profile_update_col input {
	   width: auto;
	}
	
	#profile_update_thanks #profile_update_col input {
	   width: auto;
    }
	
	/* 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 {
		padding-bottom: 6px;	/* 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 */
	}
	
	#reg_form_b label {
		line-height: 1.2;
		padding-bottom: 3px;
	}

	/* 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: 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 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 */ }

			#fs_profile	div#email {
				width: 170px !important;
			}
			
				#fs_profile	div#email input {
					width: 160px;
				}
				
				
		/* 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: 88px;
			}
			#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 */
		#reg_form_b #opt_in_section #primary_opt_in,
		#official_rules,
		#over_18 {
			   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,
			#over_18-option-group,
			#official_rules-option-group {
				width: 24px;
				float: left;
			}
			
/*
			#official_rules {
				clear: left;
			}
*/
			
			#reg_form_b #opt_in_section #primary_opt_in label {
				width: 230px;
				float: left;
			}
	
	/* Image Security */
	#reg_form_b #captcha {
		width: 100%;
		overflow: hidden;	/* clears inner floats */
		position: relative;
		}
		#reg_form_b #captcha label {
			display: block;
			width: 100px;
			float: left;
			font-size: 9px;
			padding-bottom: 4px;
		}
		#reg_form_b #captcha #captcha_image {
			width: 135px;
			float: left;
			padding-right: 12px;
			}
			#reg_form_b #captcha #captcha_image img { display: block;	/* overwrites disabling of error images */ }
		#reg_form_b #captcha input {
			width: 100px;
			display: block;
			float: left;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: bold;
			position: absolute;
			left: 150px;
			top: 40px;
		}
		
		#registration #intro_prize_pool_form {
			padding: 12px 0 0 0;
		}
		
		#reg_form_b p {
		  width: auto !important;
		}
	
	/* Misc Items */
	#reg_form_b #misc_items {
		width: 262px;
		float: left;		
		
		}
		#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: right;
		}
	
	/* Submit Button */
	#reg_form_b .submit {
		text-align: center;
		}
		#reg_form_b .submit input { display: inline; }

/* taf form */
form#taf_form {
}

#viral_col_1 {
    height: 475px;
}

#maybe_next_time {
    display: block;
    text-align: center;
}
    
    form#taf_form legend {
        display: none;
    }
    
    form#taf_form fieldset {
        margin-bottom: 15px;    
        width: 388px;
        
    }
    
        form#taf_form fieldset div{
            width: 124px;
        }
        
            form#taf_form fieldset div label {
                display: block;
                padding-bottom: 4px;
            }
            
            form#taf_form fieldset div input {
                width: 114px;
            }