@CHARSET "gb2312";

/*************************页首提示信息****************************/
.wssb_bubble {
    min-height: 25px;
 /*   color: #666; */
 	color: red;
    padding-left: 15px;
    line-height: 23px;
	width:80%;
    margin: 10px;
    background: url("images/icon_01.png") no-repeat 2px 5px;
    padding-left: 25px;
	padding-right:5px;	
    font-size: 14px;
    border: 1px solid #3196c4;
    background-color: #e2f3ff;
}
/**************步骤导航条*******************/
.navigateBar{
	width:760px;
	height:42px;
	background:url("images/tab.png") no-repeat;
	margin:5px 0px 5px 10px;
}
.bar_item{
	width:auto;
	height:36px;
	float:left;
	margin:3px 0px 0px 0px;
	cursor:default;
}
.bar_item div{
	height:36px;
	float:left;
}
.bar_item div span{
	background-position:10px 8px!important;
	padding-left:35px;
	padding-right:5px;
	background-repeat:no-repeat!important;
	display:block;
	width:auto;
	height:42px;
	line-height:36px;
	font-size:14px;
	font-weight:bold;
}
.bar_split{
	height:42px;
	float:left;
	width:36px;
	background:url("images/icon001.png") no-repeat center;
}
/**未激活样式**/
.bar_item_noact{
	background:none;
}
.bar_item_noact .bar_item_l{
	background:none;
}
 .doClick{
	cursor:pointer!important;
}
.bar_item_noact .bar_item_l span{
	color:#999;
}
.bar_item_noact .bar_item_r{
	float:left;
	width:7px;
}
/**激活样式**/
.bar_item_act{
	background:none;
}
.bar_item_act .bar_item_l{
	background:url("images/btn_bz.png") no-repeat;
}
.bar_item_act .bar_item_l span{
	color:#fff;
}
.bar_item_act .bar_item_r{
	float:left;
	width:7px;
	background:url("images/btn_bz_right.png") no-repeat;	
}
.step1{
	background:url("images/num01.png")
}
.step_over1{
	background:url("images/num01_over.png")
}
.step2{
	background:url("images/num02.png")
}
.step_over2{
	background:url("images/num02_over.png")
}
.step3{
	background:url("images/num03.png")
}
.step_over3{
	background:url("images/num03_over.png")
}
.step4{
	background:url("images/num04.png")
}
.step_over4{
	background:url("images/num04_over.png")
}
.step5{
	background:url("images/num05.png")
}
.step_over5{
	background:url("images/num05_over.png")
}
/*******************************/
.wssb_title_1 {
    width: auto;
    color: #ea7944;
    font: 23px Microsoft YaHei, tahoma, arial, helvetica, sans-serif;
    height: 35px;
	margin:10px;
}
