@charset "UTF-8";

/* _____________________________________________________________________LAYOUT */


dl.members{
	margin:20px 0px;
}

dl.members dt{
	width:200px;
	margin:0px;
	padding:10px 0px;
	float:left;
}

dl.members dd{
	margin:0px;
	padding:10px 0px 10px 210px;
	border-bottom:dotted 1px #c4c4c4;
	
}

dl.members dt img{
	margin-bottom:3px;
}

dl.members dd.no_border{
	border-bottom:none;
}
	
