body {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

p.error-message {
	color: #990000;
	font-weight: bold;
}

h1 {
	color: #87612F;
	font-size: 26px;
	margin-bottom: 20px;
}

/*
 * FORM ELEMENTS
 */
fieldset {
	border: solid 1px #000;
	margin-bottom: 20px;
	padding: 5px;
}
fieldset legend {
	font-size: 14px;
	font-weight: bold;
}
label {
	margin-left: 10px;
	float: left;
	width: 130px;
}
input, select {
	border: 1px solid #000;
}
#category-select {
	width: 250px;
}
#category-search-btn {
	margin-left: 140px;
	margin-top: 5px;
}

/*
 * RESULTS
 */
p.search-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
p.search-intro {
	margin-bottom: 30px;
}
div.member {
	margin-bottom: 20px;
}
div.member p.name {
	font-weight: bold;
	margin-bottom: 2px;
}
div.member p.business-name {
	margin-top: 2px;
}

/*
 * MEMBER DETAILS
 */
div.member-details p.name {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
div.member-details p.position {
	margin-top: 0;
}
div.member-details ul {
	padding-left: 10px;
	list-style-type: none;
}
div.member-details ul li {
	padding: 2px 0;
}
div.member-details ul li.business-name {
	font-weight: bold;
}

div.member-details p.business-desc {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}