@charset "utf-8";
/* CSS Document */

#theFirstName input, #theLastName input, #theEmailAddr input, #theEmailAddrConfirm input, #thePassword input, #thePasswordConfirm input,
#theAddress1 input, #theAddress2 input,  #theCity input, #theScreenName input {
	width:140px;
}
#theState select, #theCountry select {
	width:144px;
}
#theDateOfBirth input, #theZipCode input {
	width:80px;
}
#theFirstName, #theLastName, #theEmailAddr, #theEmailAddrConfirm, #thePassword, #thePasswordConfirm,
#theAddress1, #theAddress2, #theCity, #theState, #theCountry, #theDateOfBirth, #theZipCode , #theMobileNo{
	margin-bottom:5px;
	float:left;
}
#theFirstName .formLabel, #theEmailAddr .formLabel, #theEmailAddrConfirm .formLabel, 
#theZipCode .formLabel, #theDateOfBirth .formLabel, #theCountry .formLabel,
#theAddress1 .formLabel, #theCity .formLabel {
	width:90px;
}
