@CHARSET "UTF-8";

dl.flow-detail{
	margin: 20px 10px;
}
dl.flow-detail dt{
	font-size: 20px;
	font-weight: bold;
	color: #ff9600;
	
}
dl.flow-detail dd{
	padding: 10px 0 0 70px;
	background: url("../images/flow/arrow-nextflow.gif") left center no-repeat;
	height: 100px;
	font-size: 14px;
}