@charset "utf-8";
/*================會員註冊專用===================*/
/*步驟*/
.stepBar {
	background-image:url(../Images/default/stepBar_bg.gif);
	height:93px;
	padding-left:26px;
}
.stepBar .stepDef {
	/*width:169px; 原始*/
	width:154px;
	/*height:93px; 原始*/
	height:73px;
	float:left;
	background-position: 0 0;
	background-repeat:no-repeat;
	font-size:16px;
	line-height:93px;
	overflow: hidden;
	padding-top:20px;
	padding-left:15px;
	color:#b1b1b1;
}
.stepBar .num1 {
	background-image:url(../Images/default/step_1.gif);
}
.stepBar .num2 {
	background-image:url(../Images/default/step_2.gif);
}
.stepBar .num3 {
	background-image:url(../Images/default/step_3.gif);
}
.stepBar .num4 {
	background-image:url(../Images/default/step_4.gif);
}
.stepBar .selected {
	background-position: 0 -93px;
	color:#000000;
}
.stepBar .stepRight {
	width:1px;
	height:93px;
	float:left;
	background-image:url(../Images/default/step_right.gif);
}