
/* CSS Document */
.login_box{
	*zoom: 1;
}
.login_box h2 span{
	margin-left:123px;
}
 .login_box p{
	margin-top:8px;
	min-height: 66px;
}
#passWord{

	margin-top:0;
}
.login_box input{
	text-indent:15px;
	line-height:40px;
}

.login_box input.disabledClass{
	background-color: #999;
	background-image: none;
	color: #fff;
}

.login_box .code{
	width:171px;
}
.login_box .code_btn{
	height:42px;
	width:128px;
	text-align:center;
	text-indent:0;
	font-family:"Hiragino Sans GB","Microsoft YaHei",sans-serif;
	margin-left:21px;
	cursor:pointer;
	font-size: 14px;
	vertical-align: middle;
	background:-moz-linear-gradient(center top , #f5f5f5, #eee) repeat scroll 0 0 rgba(51,51,51, 0);
	background:-webkit-linear-gradient(center top , #f5f5f5, #eee) repeat scroll 0 0 rgba(51,51,51, 0);
	background:linear-gradient(center top , #f5f5f5, #eee) repeat scroll 0 0 rgba(51,51,51, 0);
}
.disabledClass{
	background:
    -moz-linear-gradient(center top , #eee, #ddd) repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-linear-gradient(center top , #eee, #ddd) repeat scroll 0 0 rgba(0, 0, 0, 0);
    linear-gradient(center top , #eee, #ddd) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
 .code_error{
 	color:#ff8c00;
 }
#footer{
	top:70px;
}
