.step {
	padding: 15px;
	width: 130px;
	border: 3px solid #8CC63F;
	font-size: 14px;
	line-height: 1.6em;
	float: left;
	margin-right: 12px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom: 40px;
}
.step .head {
	text-align: center;
	margin-bottom: 10px;
}
