/* Process Page Layout */
.process{padding:26px 0 34px;}

.three-steps{
	border:1px solid #575757;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-image: -moz-linear-gradient(top, #, #e1e1e1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#e1e1e1));
	background-image: -webkit-linear-gradient(top, #fefefe, #e1e1e1);
	background-image: -o-linear-gradient(top, #fefefe, #e1e1e1);
	background-image: linear-gradient(to bottom, #fefefe, #e1e1e1);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
	padding:26px 24px;
	min-height:420px;
}

.three-steps .lead {margin-top:25px;}