.footer {
	background: url(/ec/homeus/css/images/footer_bg01.gif) repeat-x 0px top;
}
.reg-cont {
			background:none;
		    border: 1px solid #E6E6E6;
		    margin-top: 68px;
		    padding-bottom: 57px;
		    position: relative;
		}
		.uc-tab li.cur {
		    background: none repeat scroll 0 0 #EC6941;
		    border: 1px solid #EC6941;
		}
		.uc-tab li {
		    border: 1px solid #E0E0E0;
		    float: left;
		    height: 30px;
		    line-height: 30px;
		    margin-right: 2px;
		}
		.uc-tabout {
		    border-bottom: 2px solid #EC6941;
		    height: 31px;
		    overflow: hidden;
		}
		a {
		    color: #333333;
		    text-decoration: none;
		}
		.uc-tab li.cur a {
		    color: #FFFFFF;
		}
		.uc-tab li a {
		    color: #666666;
		    font-weight: 700;
		    padding: 20px;
		}
		.reg-input .pw-safe {
		    float: none;
		    margin-top: 3px;
		    width: 182px;
		}
		.reg-input .pw-safe span {
		    font-size: 12px;
		    font-weight: normal;
		}
		.pw-safe {
		    background: none repeat scroll 0 0 #FFD099;
		    float: left;
		    height: 14px;
		    overflow: hidden;
		    position: relative;
		    width: 243px;
		}
		.pw-bar {
		    background: none repeat scroll 0 0 #FF6600;
		    height: 14px;
		    overflow: hidden;
		    transition: all 0.4s linear 0s;
		}
		.pw-weak .pw-bar {
		    width: 60px;
		}
		.pw-medium .pw-bar {
		    width: 121px;
		}
		.pw-halfstrong .pw-bar {
		    width: 182px;
		}
		.pw-strong .pw-bar {
		    width: 243px;
		}
		.pw-letter {
		    left: 0;
		    position: absolute;
		    top: 0;
		    width: 250px;
		}
		.pw-letter span {
		    border-right: 1px solid #FFFFFF;
		    border-left: 0px;
		    color: #FFFFFF;
		    float: left;
		    height: 14px;
		    line-height: 14px;
		    overflow: hidden;
		    text-align: center;
		    width: 60px;
		}