/*** customer signup page styles ***/

h1#customerSignupDefaultHeading { 
	}

#customerSignupDefault {
	height: 1%;
 	}

#customerSignupDefault input:focus, #customerSignupDefault textarea:focus {
	background: #BFDFFF;
	}

#customerSignupDefault LABEL.inputLabel {
	width: 12em;
	}


