a{
	color: inherit;
}
input{
	ime-mode: inactive;
}
/*注册表单*/
.get_code{
	background-color: #d9d9d9;
	border-color: #d9d9d9;
}
.get_code.btn-primary[disabled]{
	background-color: #d9d9d9;
	border-color: #d9d9d9;
}
.register_err{
	color: red;
}
.register_left{
	border-right:#eee solid 1px;
}
/*注册图形验证码弹框*/
#ident .modal-header{
	background-color: #f0f0f0;
	padding: 10px 15px;
}
#ident .close{
	font-size: 40px;
	margin-top: -10px;
	font-weight: 500;
}
.ident_look{
	text-align: center;
}
.renovate{
	font-size: x-large;
    line-height: 1;
    float: none;
    margin-left: 30px;
}
#ident .renovate{
	font-size: x-large;
    line-height: 1;
    float: none;
    margin-left: 30px;
}
.ident_in{
	margin-top: 20px;
}
.ident_in input{
	text-align: center;
}
.p_code_err{
	color: red;
	display: none;
}
.verify_trouble{
	color: #1bacff;
}
