﻿


.subTitleContent
{
	display: block;
	width: 510px;
	float: left;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;	
	
}

.steps
{
	display: block;
	width: 768px;
	float: left;	
	
}

.stepHolder
{
	display: block;
	width: 768px;
	float: left;	
	font-size: 11px;
	color: #666666;
	
}

.step1
{
	display: block;
	width: 768px;
	height: 111px;
	float: left;
	background-image: url('images/how_it_works/step_1.png');
	background-repeat: no-repeat;	
	padding-bottom: 15px;
}

.step2
{
	display: block;
	width: 768px;
	height: 111px;
	float: left;
	background-image: url('images/how_it_works/step_2.png');
	background-repeat: no-repeat;
	padding-bottom: 15px;	
}

.step3
{
	display: block;
	width: 768px;
	height: 111px;
	float: left;
	background-image: url('images/how_it_works/step_3.png');
	background-repeat: no-repeat;	
	padding-bottom: 15px;
}

.step4
{
	display: block;
	width: 768px;
	height: 111px;
	float: left;
	background-image: url('images/how_it_works/step_4.png');
	background-repeat: no-repeat;	
}

.stepContent
{
	display: block;
	width: 520px;
	float: right;
	padding-top: 20px;
}	

.stepHeader
{
	color: #243842;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 500px;
	float: left;
	padding-bottom: 5px;	
}

.uploadInfo
{
	color: #666666;
	font-size: 11px;
	display: block;
	width: 520px;
	float: right;	
}


.commands
{
	display: block;
	width: 793px;
	float: left;
	padding-top: 50px;
	text-align: right;	
}



