﻿.step h2
{
	margin-bottom:2px;
	margin-top:0px;
}

.step, .stepSmall
{
	background:url(/images/stepShadow.png) no-repeat; 
	/*height:173px; */
	width:190px; 
	padding:3px 7px 7px 6px; 
	text-align:left;
	font-size:11px;
	margin:0px auto;
}

.stepSmall 
{
	background:url(/images/stepShadowSmall.png) no-repeat; 
	/*height:87px;*/
}

.stepInner
{
	background-color:#ffffff;
	width:174px;
	height:100px;
	padding:8px;
}
.stepSmall .stepInner
{
	height:43px;
}

.stepMore
{
	height:26px;
	line-height:24px;
	text-align:right;
	padding-right:13px;
	background-image:url(/images/arrow.png);
	background-repeat:no-repeat;
	background-position:right;
}

.stepMore a, .stepMore a:hover
{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

.stepNum
{
	background:url(/images/stepNum.jpg) no-repeat;
	display:inline-block;
	/*float:left;*/
	width:44px;
	height:44px;
	text-align:center;
	line-height:44px;
	color:#ffffff;
	font-size:20px;
	margin-right:8px;
}

.step1 { background-color:#0ecce1; }
.step2 { background-color:#10b7ca; }
.step3 { background-color:#14a4b4; }
.step4 { background-color:#138592; }
.step5 { background-color:#116b75; }
