.flow-steps{
	overflow:hidden;	
}
.flow-steps .num3 li{
	width:150px;
}
.flow-steps .num4 li{
	width:222px;
}
.flow-steps .num5 li{
	width:175px;
}
.flow-steps .num6 li{
	width:143px;
}
.flow-steps li{
	float:left;
	background:#e4e4e4 url(../common/images/flow_steps_bg.png) no-repeat 100% 0;
	font-size:13px;
	font-weight:normal;
	font-family:ºÚÌå,tahoma,helvetica,arial,sans-serif;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#404040;padding:0 15px 0 0;
	overflow:hidden;
}
.flow-steps li span,.flow-steps li strong{
	display:block;
}
.flow-steps li .first{
	background:#e4e4e4 url(../common/images/flow_steps_bg.png) no-repeat -12px -69px;
}
.flow-steps li.last{
	background-position:100% -138px;
}
.flow-steps li.current{
	background-color:#f60;
	color:#fff;
}
.flow-steps li.current .first{
	background-color:#f60;
	background-position:-12px -92px;
}
.flow-steps li.current-prev{
	background-position:100% -23px!important;}
.flow-steps li.done{
	background-color:#ffe6ba;
	background-position:100% -46px;
	color:#f60;
}
.flow-steps li.done .first{
	background-color:#ffe6ba;
	background-position:-12px -115px;
}
.flow-steps li.last-current{
	background-color:#f60;
	color:#fff;
	background-position:100% -161px;
}

.msg .error,.msg .stop,.msg .alert,.msg .attention,.msg .tips,.msg .ok,.msg .notice,.msg .question,.msg .help,.msg .small-help{
	color:#404040;
	background:url(../common/images/msg_bg.png) no-repeat;
	border:1px solid #ddd;
	float:left;
	padding:2px 10px 2px 23px;
	line-height:18px;
}
.msg .error{
	background-position:3px 3px;
	border-color:#ff8080;
	background-color:#fff2f2;
}
.msg .stop{
	background-position:3px -47px;
	border-color:#ff8080;
	background-color:#fff2f2;
}
.msg .alert{
	background-position:3px -97px;
	border-color:#ff8c40;
	background-color:#fff5f6;
}
.msg .attention{
	background-position:3px -147px;
	border-color:#40b3ff;
	background-color:#e5f5ff;
}
.msg .tips{
	background-position:3px -197px;
	border-color:#ffcc7f;
	background-color:#ffffe5;
}
.msg .ok{
	background-position:3px -247px;
	border-color:#4dbf00;
	background-color:#f0ffe5;
}
.msg .notice{
	background-position:5px -295px;
	border-color:#40b3ff;
	background-color:#e6f5ff;
}
.msg .question{
	background-position:3px -347px;
	border-color:#bfbfbf;
	background-color:#f2f2f2;
}
.msg .small-help{
	background-position:5px -1095px;
	border-color:#fff;
	background-color:#fff;
}
.msg .help{
	background-position:3px -1197px;
	border-color:#fff;
	background-color:#fff;
}