#steps-section {
height: 287px;
width: 800px;
margin: 8px 8px 4px 17px;
}

#step-1, #step-2, #step-3 {
	float:left;
	width: 261px;
	height: 287px;
	margin-left: 7px;
}

#step-1 { background: url(../img/how_box_yellow.jpg) no-repeat; color: #2f1f00; margin-left: 0;}
#step-2 { background: url(../img/how_box_red.jpg) no-repeat; color: #fff; }
#step-3 { background: url(../img/how_box_blue.jpg) no-repeat; color: #fff; }

#steps-section span {
	display:none;
}
#steps-section .title {
	margin-left: 3px;
	margin-top: 12px;
}

#steps-section .step-explain {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 4px 6px;
	text-align: center;
	line-height: 15px;
}

.how-screenshot {
	margin-top: 15px;
	margin-left: 30px;
	float:left;
}
.how-text {
	width: 400px !important;
	margin-right: 20px !important;
	color: #0a4855 !important;
	font-size: 12px !important;
	margin-bottom: 20px !important;
	line-height: 16px;
}
.how-text h3 {
	margin-bottom: 0px !important; padding-bottom: 0 !important;
	padding:0;
	display: inline;
}
.how-text a {
	color: #0a4855;
	font-weight: bold;
	text-decoration: none;
}
