a.red_button.big {
	text-transform:none;
	background: url(/images/design/procv/button_bg.png) no-repeat;
	width: 162px;
	height: 45px;
	text-align:center;
	line-height: 40px;
	font-size:14px;
	font-weight:normal;
	margin:20px auto;
	display:block;
}

.column {
	float:left;
	width:350px;
	overflow: hidden;			
}
.column.first {
	width: 225px;
	padding: 26px 0 0 0;
}
.column h3 {
	font-size:12px;
	margin: 18px 0 0 0;
	padding: 0 0 0 22px;
	background: url(/images/design/procv/check.png) no-repeat;
}
.column p {
	margin:3px 0 12px 0;
	padding: 0 0 0 22px;
	color: #444;
}
		
.column.last {
	width:336px;
	height:386px;
	background: url(/images/design/procv/pen_paper_bg.jpg) no-repeat;
}
div.column ol {
	width: 240px;
	margin:12px 0 0 60px;
	padding: 16px 0 0 0;
	list-style: none;
	font-size:11px;
}
div.column ol li {
	margin: 0;
	padding: 0 0 22px 35px;
	background: url(/images/design/procv/steps.png) no-repeat;
}
.column ol li.item-2 {background-position:  0 -71px;}
.column ol li.item-3 {background-position:  0 -142px;}
.column ol li.item-4 {background-position:  0 -213px;}
.column ol li.item-5 {background-position:  0 -284px;}
