#three_steps {
	padding: 5px 5px 5px 10px;
	text-align: center;
	width: 220px;
	}
	
#three_steps li.sp {
	margin-top: 10px;
	}
	
#three_steps li.step {
	border: 1px dotted #b2b2b2;
	padding: 3px;
	}
	
#center_panel {
	clear: both;
	text-align: left;
	width: 100%;
	}
	
#left_col {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	width: 220px;
	}
	
#center_col {
	float: left;
	margin-right: 20px;
	width: 380px;
	}
	
#right_col {
	float: right;
	margin-right: 10px;
	width: 300px;
	}
	
#right_col, #center_col {
	margin-top: 15px;
	}
	