.content_narrow input.survey {
	float: none;
	width: 16px;
	margin-right: 5px;
}

div#members .section {
	display: none;
}

div.toggle, div#members h2 {
	cursor: pointer;
}

div.toggle {
	position: relative;
	top: -2px;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url("/images/site/toggle_closed.png");
}

div.toggle.open {
	background: url("/images/site/toggle_open.png");
}
