.profile th {
	white-space: nowrap;
}
.profile th, .profile td {
	text-align: left;
	font-size: 12px;
	padding: 2px 3px;
}
.required {
	color: red;
}
.password_change {
	color: black;
}
.error {
	color: red;
}
.profile input.submit {
	text-transform: capitalize;
}
.result_summary {
	float: right;
}
.search_results {
	width: 100%;
	border-collapse: collapse;
}
.search_results tr {
}
.search_results th, .search_results td {
	padding: 2px 5px;
}
.search_results th {
	text-align: left;
	background-color: #406323;
	color: #FFFFFF;
}
.search_results td {
	border-bottom: 1px solid #406323;
}
.result_navigation {
	text-align: center;
}

