
/*-----------------------------------注册样式---------------------------*/
input{
	border:0;
	outline:none;}
.register{
	width: 400px;
	float:left;
}
/*包裹表单项和对应的提示信息的容器的样式设置*/
.register-box{
	width:100%;
	position:relative;
	height:52px;
	padding-bottom:30px;
	
}
.register-box  label{
	float: left;
width: 90px;
height: 52px;
line-height: 52px;
	font-size:14px;
	color:#666;
}
/*表单项样式设置*/
.register-box .box{
	width:94%;
	height:100%;
	line-height: 52px;
	padding-left: 20px;
	border: 1px solid #ccc;
	position: relative;
	font-size:12px;
}
.register-box .box a{
	color:#333;
	margin-left:5px;}
.register-box .box.error{
	border:1px solid red;
}
.register-box .box input{
	width:165px;
	font-size:14px;
	color:#333;
	padding-left: 5px;
	float: left;
margin-top: 16px;
}
.yzm_img{
	width:110px;
	height:46px;
	margin-top:3px;
	margin-left:3px;
	cursor:pointer;}
.cn{
	border-right:1px solid  #ddd;
}
/*验证通过*/
.register-box .box.right i{
	width:20px;
	height: 20px;
	background: url(../img/right.png) no-repeat center center;
	position: absolute;
	top:50%;
	margin-top: -10px;
	right: 10px;
	
}
/*提示信息样式设置*/
.register-box .tip {
	width:100%;
	line-height: 30px;
	font-size: 12px;
}
.register-box .tip i{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.register-box .tip span{
	color: #CCCCCC;
}
/*提示信息隐藏样式*/
.register-box .tip.hide{
	display: none;
}
/*提示信息默认样式*/
.register-box .tip.default i {
	background: url(../img/default.png) no-repeat center center;
}
.register-box .tip.default span{
	color: #ccc;
}
/*提示信息错误样式*/
.register-box .tip.error i {
	background: url(../img/error.png) no-repeat center center;
}
.register-box .tip.error span{
	color: red;
}
/*提示信息密码弱*/
.register-box .tip.ruo i {
	background: url(../img/ruo.png) no-repeat center center;
}
/*提示信息密码中*/
.register-box .tip.zhong i {
	background: url(../img/zhong.png) no-repeat center center;
}
/*提示信息密码中*/
.register-box .tip.qiang i {
	background: url(../img/qiang.png) no-repeat center center;
}
/*京东用户注册协议*/
.register-box.xieyi{
	width:100%;
	height: 20px;
	padding-bottom: 30px;
/*	background-color: #ccc;*/
}
.register-box.xieyi .box{
	line-height: normal;
	padding: 0;
	border: none;
}
.register-box.xieyi .box.error{
	line-height: normal;
	padding: 0;
	border: 1px solid red;
}
.register-box.xieyi .box input{
	width: auto;
	margin-top:3px;
	margin-right:5px;
}


/*邮箱*/
.yz_show,.yz_hide{
	float:right;
	color: #38f;
	right:0;
	top:58px;
	cursor:pointer;
	position:absolute;
}

/*获取验证码*/

.hq{
	display:block;
	width:110px !important;
	height:45px !important;
	border:0 !important;
	background:#f2f2f2 !important;
	color:#333 !important;
	font-size:12px !important;
	margin-top:3px !important;
	cursor:pointer;}

/*注册*/
.sub{
	width: 100%;
	height: 55px;
	color:#fff;
	background:#ee2222;
	border:0;
	font-size:16px;
	cursor:pointer;
}

