div.step{
	clear:both;
	width:580px;
	padding:10px 0;
}
div.step:after {
 content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}
div.stepl{
	float:left;
	width:80px;
	text-align:center;
}
div.stepr{
	float:left;
	width:500px;
}

