#randomPerson {
	background-color: #f9f9f9;
	border-left: 10px solid #F36F21;
	border-right: 10px solid #F36F21;
	border-top: 10px solid #F36F21;
	border-bottom: 10px solid #F36F21;
	margin-bottom: 20px;
	margin-top: 20px;
	min-height: 120px;
	padding: 20px 20px 20px 20px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

#randomPersonData {
/* 	padding-left: 250px; */
}

#randomPersonData ul {
	margin: 0px;
	padding: 0px;
}

#randomPersonData p {
	font-size: 105%;
	line-height: 1.4;
}

#randomPersonData a {
	font-weight: normal;
	text-decoration: underline;
}

#personPhoto {
	float: left;
	max-height: 200px;
	max-width: 200px;
}

.browseBy {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.styledSelect select {
	font-size: 1em;
	width: 100%;
}

.alumniStudent {
	background-color: #f9f9f9;
	border-bottom: 1px dashed #ddd;
	border-top: 1px solid #F36F21;
	padding: 20px;
	margin-bottom: 10px;
	min-height: 80px;
}

.alumniStudent:last-of-type {
	margin-bottom: 20px;
}

.alumniStudent div.details {
	padding-left: 100px;
	margin-bottom: 0px;
}

.alumniStudent div.details a {
	font-weight: normal;
	text-decoration: underline;
}

.alumniStudent .alumniStudentPhoto {
	float: left;
	max-width: 85px;
	max-height: 85px;
}
