﻿.3steps
{
	margin: 0;
	padding: 0;
}

.step
{
	display: inline;
	float: left;
	width: 244px;
	min-height: 220px;
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 5px;
	
	overflow: hidden;
	
	text-align: center;
	font-size: 13pt;
	
	background-color: White;
	border: 1px solid #CCC;
}

.step img
{
	width: 250px;
	height: 170px;
}

.step-end
{
	margin-right: 0px;	
}