#quick_guide {
	margin-left: 40px;
	margin-bottom: 30px;
	width: 670px;
}

h3.title {
	padding: 0 0 25px 0;
	margin: 2px 0 0 20px;
}

#quick_guide p {
	margin: 0px;
	padding: 0px;
}
#quick_guide p.step {
	color: #000;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 3px;
}
#quick_guide p.title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 8px;
}
#quick_guide p.space {
	padding: 4px 0 4px 0;
	margin: 0;
}
#quick_guide p.downArrow {
	width: 300px;
	padding: 19px 0 14px 0;
	margin: 8px 0 4px 0;
	background-image: url('../images/arrow_down.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#quick_guide p.upSpace {
	width: 650px;
	margin: 8px 0 3px 0;
	background-image: url('../images/arrow_up.png');
	background-position: 24% top;
	background-repeat: no-repeat;
}	

#quick_guide p img {
	padding: 0px;
	margin: 0 0 0 500px;
}

#step1 {
	width: 300px;
	padding: 5px; 
	border: 2px solid #333;
}	

#step2,
#step3 {
	padding: 5px; 
	border: 2px solid #333;
}

#step4 {
	width: 656px;
	padding: 5px; 
	border: 2px solid #333;
}

#quick_guide .container {
	padding: 0px;
	margin: 0px;
	width: 670px;
	background-image: url('../images/arrow_left.png');
	background-position: center 55%;
	background-repeat: no-repeat;
}

#step2Outside {
	position: relative;
	width: 315px;
}

#step3Outside {
	position: relative;
	float:right;
	width: 315px;
}

#quick_guide ul {
	margin: 0px;
	padding: 0px;
}
#quick_guide li {
	margin: 0 0 3px 20px;
}
#quick_guide img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
}
