/* CSS Document */

.step1,
.step2,
.step3 { margin-top: 20px;}

.step1 .title { 
	font-size:13px;
	color: #85b233;
	font-weight:bold;
	margin-left:50px;
}

.step1 .container {
  margin-top: 30px;
	padding-left: 50px;
}

.step1 {
	background:url(../images/elements/step1.gif) left 10px no-repeat 
}

.step2 .title { 
	font-size:13px;
	color: #5dabd2;
	font-weight:bold;
	margin-left:50px;
}

.step2 .container {
  margin-top: 5px;
	padding-left: 50px;
	padding-bottom: 20px;
}

.step2 {
	background:url(../images/elements/step2.gif) left 10px no-repeat 
}

.step3 .title { 
	font-size:13px;
	color: #fe7b4f;
	font-weight:bold;
	margin-left:50px;
}

.step3 .container {
  margin-top: 5px;
	padding-left: 50px;
	padding-bottom: 20px;
}

.step3 {
	background:url(../images/elements/step3.gif) left 30px no-repeat 
}



