/*注册页面样式*/
.step-panel {
	width:800px;
	height: 500px;
	margin: 8% auto;
	
}
.nav-container {
	padding:0 100px;
	height:100px;
}
.ui-step {
	margin: 0 auto;
    padding: 0 40px;
    color:#666;
    position: relative;
}
.ui-step li {
	position: relative;
	float: left;
    height: 54px;
}
.ui-step-3 li {
	width:50%;
}
.ui-step-3 li:last-child {
	position:absolute;
	top:0;
	right:-100px;
	width:150px;
}
.ui-step-line {
    background: #b9b9b9;
    display: block;
    height: 2px;
    line-height: 1;
    margin-top: 14px;
    overflow: hidden;
}
.ui-step-icon {
	height: 50px;
    left: -25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 150px;
}
.ui-step-icon > div {
	width:50px;
	height:68px;
	background:#fff;
	position:relative;
}
.ui-step-icon > div:after{
	content:"";
	position:absolute;
	height:10px;
	width:10px;
	margin:-5px 0 0 -5px;
	left:50%;
	top:50%;
	background-color:#cdcdcd;
	border-radius:50%;
}
.ui-step-item.active .ui-step-icon > div:after{
	background-color:#0179d1;
}
.ui-step-item.current .ui-step-icon > div:after{
	height:14px;
	width:14px;
	background-color:#0179d1;
	border:2px solid #fff;
	box-shadow:0 0 0 1px #0179d1;
	margin:-10px 0 0 -10px;
}
.ui-step li.active,
.ui-step li.current {
	color:#357EBD;
}
.ui-step-item.active .ui-step-line {
	background:#357EBD;
}
.ui-step-icon span {
	position:relative;
	font-size:12px;
	left:-50px;
	top:-10px;
}


.regContent .ui-form {
	width:100%;
	padding-top: 40px;
	padding-bottom:20px;
	border:1px solid #ddd;
}
.regContent .ui-form .form-item {
	padding-left:80px;
	margin-bottom: 20px;
}

.form-item .form-label {
	display:inline-block;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    padding-top: 7px;
    text-align: right;
	padding-top: 13px;
	width:100px;
}

.form-item .form-input {
	width: 380px;
	color: #4d4d4d;
    border: 1px solid #dddddd;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 11px 10px;
    vertical-align: middle;
    border-radius:3px;
}

.form-item .error {
	display: none;
	padding-left: 15px;
	font-size:12px;
	color:red;
}

.loginerror {
	text-align: center;
	width:100%;
	display: inline-block; 
	margin-bottom: 10px;
	color:red;
	display: none;
}

.register-bar {
	padding-left:190px;
	height:40px;
	line-height:40px;
}

.register-bar  .mgr40 {
	font-size:12px;
	margin-left: 5px;
}

.register-bar .mgr80 {
	padding-right: 210px;
	font-size:12px;
}
.register-bar .mgr80 a {
	color:#428bca;
	text-decoration: none;
	font-size:14px;
}
.fr {
	float:right;
}

.reg-bar {
	width:100%;
	height: 40px;
}
.reg-bar .reg-next {
    width: 120px;
    margin-left:190px;
    font-size: 16px;
    font-weight:bold;
    line-height: 1.33;
    padding: 8px 16px;
    cursor:pointer;
	background-repeat:repeat-x;
	border: 1px solid #ccc;
    background-image:none;		  
	background-color: #428bca;
    border-radius: 4px;
    color: #ffffff;
}
.reg-bar .reg-reset {
    width: 80px;
    margin-left:30px;
    font-size: 16px;
    font-weight:bold;
    line-height: 1.33;
    padding: 8px 16px;
	background-repeat:repeat-x;
	border: 1px solid #ccc;
    cursor:pointer;
	background-image:-moz-linear-gradient(top,#fff,#f1f1f1);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f1f1f1));
	background-image:-webkit-linear-gradient(top,#fff,#f1f1f1);
	background-image:-o-linear-gradient(top,#fff,#f1f1f1);
	background-image:linear-gradient(to bottom,#fff,#f1f1f1);	
    border-radius: 4px;
    color: #666666;
}


.regNext {
	width:100%;
	border:1px solid #ddd;
	border-top: none;
}

h3.next-head {
	line-height:68px;
	font-size:24px;
	color:#666;
	margin-top:0;
	border-bottom:1px solid #f1f1f1;
}
h3.next-head {
	line-height:45px;
	font-size:18px;
	font-weight:normal;
	background:#f9f9f9;
	padding-left:20px;
}

.regNext .nextContent {
	width:100%;
}
.nextContent .msg {
	margin-top:20px;
	margin-left: 40px;
	position: relative;
	text-indent: 20px;
}
.nextContent .msg i {
	background: url("../images/icons-tip.png") no-repeat;
    background-position: 0 -33px;
    display: block;
    height: 15px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 15px;
}

.next-bar {
	width:100%;
	height: 40px;
	margin-top:30px;
	text-align:center;
	border:1px solid　#ddd;
}
.next-bar .next-reset {
	display:block;
	width: 200px;
    margin:0 auto;
    font-size: 16px;
    line-height: 1.33;
    padding: 8px 16px;
	background-repeat:repeat-x;
	border: 1px solid #ccc;
    cursor:pointer;
	background-image:-moz-linear-gradient(top,#fff,#f1f1f1);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f1f1f1));
	background-image:-webkit-linear-gradient(top,#fff,#f1f1f1);
	background-image:-o-linear-gradient(top,#fff,#f1f1f1);
	background-image:linear-gradient(to bottom,#fff,#f1f1f1);	
    border-radius: 4px;
    color: #666666;
}
.next-bar span {
	color:#666;
	font-size: 10px;
}

.next-active {
    display:block;
	width: 200px;
    margin:0 auto;
    font-size: 16px;
    line-height: 1.33;
    padding: 8px 16px;
    cursor:pointer;
	background-repeat:repeat-x;
	border: 1px solid #ccc;
    background-image:none;		  
	background-color: #428bca;
    border-radius: 4px;
    color: #ffffff;
}
.next-notice {
	display:block;
	width:200px;
	text-align:center;
	margin:10px auto;
	color:#428bca;
	font-size: 12px;
}
.copyright {
	position: fixed;
	width:100%;
	height: 40px;
	line-height:40px;
	text-align:center;
	bottom:0;
	background-color: #f4f4f4;
	color:#666;
	font-size:12px;
}