.login-1{
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px 0 #ddd;
    min-height: 360px;
	height: 303px;
    margin: 155px auto 65px;
    padding: 25px 55px 15px 50px;
    width: 491px;
}
.password-email>input,.auth-code>div>input{
    border:1px solid #ddd;
    position: relative;
	margin-left:10px;
}
.password-email,.auth-code{
	font-size:12px;
	font-family:宋体;
}
.password-email>input{
    width: 320px;
    height: 35px;
	color: #999;
	line-height: 35px;
	padding-left: 5px;
	border: 1px solid #eee;
}
.auth-code>input{
    width: 120px;
    height: 45px;
	border: 1px solid #eee;
}
.password-email>input:hover,.auth-code>input:hover,.auth-code>div>input:hover{
	border: 1px solid #ddd;
}
.auth-code>span{
    letter-spacing: 5px;
}
.auth-code{
    margin-top: 15px;
}
.submit>div{
    padding-top: 15px;
    padding-bottom: 15px;
}
.submit>input{
    width: 195px;
    line-height: 40px;
	letter-spacing:10px;
	padding-left:10px;
    background: #ff9900;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}
.zi span{
	letter-spacing: 4px;
}
.tu img, .tu a{
	margin-left: 5px;
}
.tu>a{
 text-decoration: underline;
  font-family: 微软雅黑;
  font-size:12px;
}
.auth-code>div>input{
	height:35px;
	width:120px; 
	color:#333;
	line-height:30px; 
	padding-left: 5px;
	border: 1px solid #eee;
}
.submit>input:hover{
	background: #ff8800;
}