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

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

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

legend { display: none; }

/* -------------------------- */
/* ---- Page form styles ---- */
/* -------------------------- */

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#taf_form {}
    
    form#taf_form legend {
        display: none;
    }
    
    form#taf_form fieldset {
        margin-bottom: 15px;    
        width: 510px;
    }
    
        form#taf_form fieldset div{
            border-bottom: 1px solid #ccc;
            float:left;
            padding: 5px 0 8px 0;
            width: 220px;
        }
        
            form#taf_form fieldset div label {
                display: block;
                padding-bottom: 4px;
            }
            
            form#taf_form fieldset div input {
                width: 200px;
            }

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 label {
                clear:left;
				display:block;
                padding: 4px 7px 0 0;
                float:left;
                text-align: right;
                width: 135px;
            }
            
            
            form#faq_ask fieldset textarea {
                height: 90px;            
                width: 195px;
            }
            		
/* 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 */
	}
	
	#oamoe_opt_in { display:  none; }
	
	/* Apply section borders and padding */
	/*
	#reg_form_b #user_info #profile_oamoe,
	#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;
		margin-bottom: 8px;
		padding-bottom: 6px;	
	}
	*/
	#reg_form_b .error_indicator {
		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.3em; }

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

		
		/* 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 {
	
		}
		/* 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: 375px;
				float: left;
			}
	
	/* Image Security */
	#reg_form_b #captcha {
		width: 100%;
		overflow: hidden;	/* clears inner floats */
		padding-top: 12px;
		}
		#reg_form_b #captcha label {
			display: block;
			width: 170px;
			float: left;
			line-height:11px;
			padding-bottom:3px;
		}
		#reg_form_b #captcha #captcha_image {
			width: 160px;
			float: left;
			padding-right: 12px;
			}
			#reg_form_b #captcha #captcha_image img { display: block; height:47px; width:160px;	/* overwrites disabling of error images */ }
		#reg_form_b #captcha input {
			width: 157px;
			display: block;
			float: left;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: bold;
		}
	
	/* Misc Items */
	#reg_form_b #misc_items {
		width: 172px;
		float: left;		
		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;
			}
		#eprize_secured {
			width: 80px;
			float: left;
		}
	
	/* Submit Button */
	#reg_form_b .submit {
		width: 236px;
		float: right;
		padding: 12px 0;
		text-align: center;
		}
		#reg_form_b .submit input { display: inline; }

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