@charset "utf-8";
/* CSS Document */

	body {
		height: 1100px;
	}
	
	table#forRegistrationForm {
		width: 550px;
		margin-right:auto;
		margin-left: auto;
		margin-top: 60px;
		background-color: #ffd99a;
		border: 1px solid black;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	}
	
	#mainHeaderRow {
		text-align: center;
		margin-bottom: 30px;
	}
	
	label {
		display: block;
		margin: 0 20px 20px 0;
		text-align: right;
		font-size: 16px;
	/*	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; */
	}
	
	input[type="text"], input[type="email"], input[type="password"] {
		height: 30px;
		padding-left: 8px;
		font-size: 20px;
	}
	
	#firstName {
		margin-bottom: 20px;
		width: 300px;
	}
	
	#lastName {
		margin-bottom: 20px;
		width: 300px;
	}
	
	#emailAddress {
		margin-bottom: 20px;
		width: 300px;
	}
	
	#theUserName {
		width: 300px;
		margin-bottom: 20px;
	}
	
	.lblForPasswords {
		margin-bottom: 0;
	}
	
	.lblForShowHideCheck {
		text-align: left;
		margin-bottom: 20px;
	}
	
	#theFirstPassword {
		width: 300px;
	}
	
	#theSecondPassword {
		width: 300px;
	}
	
	#btnCreateMember {
		display: block;
		font-size: 16px;
		margin: 0 auto 30px auto;
		width: 200px;
		height: 40px;
	}

