
.wizard{/*width:675px;*/position:relative; overflow:hidden; height:44px; }
		.wizard .wizard-inner{position:absolute;width:1500px; left:-22px;}
		.wizard-line-bg{position:absolute;top:16px; right:0; width:600px; height:12px; /*margin-top:-4px; */background:#ddd;}
		.wizard-item{position:relative; float:left;width:171px; height:40px; background:#ddd;color:#999; border:2px solid #fff; padding-left:25px}
		/*.wizard-arrow{position:absolute; font-size:50px; right:0px; margin-right:-25px; font-family:Geneva, Arial, Helvetica, sans-serif}
		.wizard-arrow i{}*/
		
		.wizard-arrow,
		.wizard-arrow i {
		  position: absolute;
		  display: block;
		  width: 0;
		  height: 0;
		  border:27px solid transparent; _border-color:tomato;_filter:chroma(color=tomato);
		  
		}
		.wizard-arrow{
			top: 50%;
		  right: -52px;
		  margin-top: -27px;
		   border-left-color: #fff;
			}
		.wizard-arrow i {
		  content:"";
		  border-width:25px;
		  top: 50%;
		  margin-top: -25px;
		  right:-22px;
		  border-left-color: #ddd;
		}
		.wizard-order {
			margin:0px;
			padding:0px;
			width:23px;
			height:23px;
			line-height:23px;
			border:2px solid #fff;
			background: #ddd;
			font-size:20px;
			font-family:Arial, Helvetica, sans-serif;
			text-align:center;
			-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;
			position:absolute; top:50%;left:35px;margin-top:-12px; z-index:100
		}
		.wizard-name{ font-size:14px; position:absolute; left:70px; top:50%; margin-top:-7px;  z-index:200; cursor:pointer}
		
		
		
		.wizard .active,.wizard .active .wizard-order{
			background: #f00;
			color:#FFFFFF;
		}
		.wizard .active .wizard-arrow i {
			border-left-color: #f00;
		}
		.wizard .active .wizard-name {
			font-weight:bold
		}

		.wizard .complete,.wizard .complete .wizard-order{
			background: #009900;
			color:#FFFFFF;
		}
		.wizard .complete .wizard-arrow i {
			border-left-color: #009900;
		}
		/*.wizard .complete .wizard-name {
			font-weight:bold
		}*/