@charset "utf-8";
/* CSS Document */

#MembersListSearchForm  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 21px;
	margin-bottom: 12px;
	padding-bottom: 21px;
	font-size: 13px;
}

#MembersListSearchForm fieldset, fieldset a{
	color: #050102;
	padding: 8px;
}
#MembersListSearchForm legend{
	color: #B1B898;
}

#MembersListSearchForm input, select, textarea{
	font-size: 90%;
	color: #333;
	background-color: #DCE2C5;
	padding-right: 2px;
	padding-left: 2px;
}
#MembersListSearchForm input.formCheckbox, input.formRadio{
	border: none;
	background: transparent;
}
#MembersListSearchForm 	input.formButton{
	color: #333;
	font-size: 85%;
	background-color: #B6BC9E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #FFF;
	margin-left: 10px;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#MembersList {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#MembersList .MemberListing-Record {
	margin: 0 0 0 0px;
	padding: 0 20px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#MembersList .MemberListing-Text {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}
#MembersList .MemberListing-Image {
	float: left;
	width: 200px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

