/**密码激活链接**/
.confirm{
    width: 100px;
    line-height: 25px;
    background: #ff9900;
    color: #ffffff;
    border: 0;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
	margin-bottom: 30px;
}
.confirm:hover{
	background: #ff8800;
}
.send-Email{
    width: 490px;
    height: 290px;
    background: #fbfbfb;
    margin: 20px auto 25px;
    padding: 22px 25px 40px 25px;
    box-shadow: 0 1px 1px 0 #ddd;
    font-family: 宋体;
}
.hint{
    color: #ff9900;
    padding-top: 130px;
}
.send-Email>p{
    line-height: 22px;
    color: #666;
}
.send-Email>p>span{
    color: #666;
}
.without{
    font-weight: bold;
}
.without-1{
    padding: 45px 0px 0px 0px;
    font-weight: bold;
}
.pull-right>a{
    color: #ff9900;
}