.steps{
	margin-left: 0;
}

.steps.negleftmrgn{
	margin-left: -15px;
}

.steps ul {
	position: relative;
	list-style-type: none;
	display: block;
}


.steps ul li{
	border: none;
	/*position: relative;*/
	margin-top: 0;
	margin: 0;
	padding: 11px 0 0 0;
	height: 30px;
	margin-bottom: -5px;
	
}

.steps li.no1{
	z-index: 100;
}

.steps li.no2{
	z-index: 99;
}

.steps li.no3{
	z-index: 98;
}

.steps li.no4{
	z-index: 97;
}

.steps li.no5{
	z-index: 96;
}
.steps li.no6{
	z-index: 95;
}

.steps li.no7{
	z-index: 94;
}

.steps li.no8{
	z-index: 93;
}

.steps li.no9{
	z-index: 92;
}

.steps li.no10{
	z-index: 91;
}

.steps li{
	background: transparent url(../img/box/progress_button_bg.png) no-repeat left 0px;
	border-bottom: none;
	width: 285px;
}

.steps li.checked{
	background: transparent url(../img/box/progress_button_bg.png) no-repeat left -82px;
}

.steps li.current{
	background: transparent url(../img/box/progress_button_bg.png) no-repeat left -164px;
}
.steps li.last.checked{
	background: transparent url(../img/box/progress_button_bg.png) no-repeat left -123px;
}

.steps li.last{
	margin-bottom: 0;
	background: transparent url(../img/box/progress_button_bg.png) no-repeat left -41px;
}

.steps li.last.current{
	background: transparent url(../img/box/progress_button_bg.png) no-repeat left -205px;
}

.steps li a, .steps li span {
	background: transparent url(../img/icons/cross.png) no-repeat right 0;
	display: block;
	float: right;
	width: 240px;
	padding: 0;
	margin-right: 10px;
	height: 22px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.steps li.current span {
	background: none;
}

.steps li.checked a, .steps li.checked span {
	background: transparent url(../img/icons/pipa.png) no-repeat right 0;
	color: #232e4d;
}

.steps li.current a, .steps li.current span {
	color: #fff;
}

.steps li strong {
	display: block;
	float: left;
	width: 16px;
	text-align: center;
	color: #b6cbe9;
	font-size: 13px;
	padding: 0 0 0 10px;
}


.steps li.checked strong {
	color: #3f62a2;
}

.steps li.current strong {
	color: #b6cbe9;
}


.percent {
	margin: 4px 0 10px 0;
	padding: 0;
	background-color: #dfdfdf;
	width: 235px;
	height: 4px;
	text-align: right;
	float: left;
}

.percent div.bar{
	background-color: #ff9d34;
	height: 100%;
	float: left;
}

.percent div.bar.complete{
	background-color: #21b000;
}

.perc .list{
	padding-bottom: 10px;
}

#side .list{
	padding-bottom: 0;
	overflow: auto;
}

#side .perc{
	margin-bottom: 10px;
}

.password-strength-bar{
	margin-top: 1px;
	width: 100%;
	
	margin-right: -2px;
	font-size: 11px;
    overflow-x: hidden;
}

.password-strength-bar strong{
	color: #9C0059;
}

.password-strength-bar span{
	color: #555;
}

.password-strength-bar div{
	margin-top: 5px;
	margin-left: 103px;
}