
.flow{
	width:100%;
	overflow:hidden;
	margin:40px auto;
}

.flow dl{
	clear:both;
	display:block;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

.flow dl dt{
}

.flow dl dd{
	width:90%;
	margin:20px auto 20px auto;
}
