form {
	clear:both;
	padding-top:20px;
}
.formDescription {
	width:200px;
	float:left;
	margin-right: 30px;
}
.formDescription h3 {
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size: medium;
	color: #E0B674;
	margin: 0px;
	padding:0px;
	text-align:right;
}
.formDescription div.lineBreak {
	height: 1px;
	background-color:#cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.formDescription p {
	font-size: small;
	color: #666666;
	text-align:right;
	margin: 0px;
	padding:0px;
}
fieldset {
	border: none;
	margin:0;
	margin-bottom:12px;
	padding:0;
}
legend {
	display:none;
}
label {
	color: #333333;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
	float:left;
}
input, select {
	background: #ffffff;
	color: #333333;
	border: 1px solid #666666;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
	width: 150px;
}
textarea {
	background:#ffffff;
	border: 1px solid #666666;
	color: #666666;
	padding: 7px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
	width: 250px;
	height: 150px;
}
input[type="checkbox"] {
	width:30px;
}
button {
	margin-left: 230px;
	background: #EDEDED;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	border: 3px double #999999;
}
button.large {
	font-size:large;
}
.half {
	width: 142px;
}
input.half {
	width: 133px;
}
.quarter {
	width: 71px;
}
input.quarter {
	width: 66px;
}
.half2 {
	width: 300px;
	margin-bottom: -2px;
}
input.half2 {
	width: 280px;
	margin-bottom: -2px;
}
select.half2 {
	width: 280px;
}
.quarter2 {
	width: 150px;
	margin-bottom: -2px;
}
input.quarter2 {
	width: 140px;
	margin-bottom: -2px;
}
.full2 {
	width: 300px;
}
input.full2,select.full2 {
	width: 280px;
}
#registrationForm,#loginForm,#activateForm {
	margin-top: 20px;
}
#loginForm .formDescription, #activateForm .formDescription {
	margin-left: 65px;
}
#loginForm button,#activateForm button {
	margin-left: 245px;
}
/* Personal Information */
#firstNameLabel, #spouseFirstNameLabel, #childFirstNameLabel {
	width: 100px;
}
#middleNameLabel, #spouseMiddleNameLabel, #childMiddleNameLabel {
	width: 90px;
}
#lastNameLabel, #spouseLastNameLabel, #childLastNameLabel {
	width: 90px;
}
#firstName, #spouseFirstName, #childFirstName, #childAge {
	width: 87px;
}
#middleName, #spouseMiddleName, #childMiddleName {
	width: 83px;
}
#lastName, #spouseLastName, #childLastName {
	width: 88px;
}
#addSpouseLabel, #addChildLabel { 
	display:block;
	margin-bottom:14px;
	float:none;
}
#displayLabel {
	width:280px;
}
#deletePhoto {
	text-align:center;
}
#deletePhoto button {
	margin:0;
}
#fileNameInput {
	float:none;
	margin-left: 75px;
	color:#000000;
}
#photoUploadButton {
	float:none;
	margin-left: 100px;
}

#birthdayDisplayLabel {
	margin-bottom:-2px;
	clear:right;
}
#birthdayMonthLabel,#birthdayDayLabel,#birthdayYearLabel {
	width: 85px;
}
#birthdayMonth,#birthdayDay,#birthdayYear {
	width: 80px;
}

/* Search Form */
#fullNameDiv,#positionDiv,#locationDiv,#yearOfGraduationDiv {
	display: none;
}