
.title {
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 26px;
    color: #666666;
}
.form {
	width:295px;
    overflow: hidden;
    padding: 0px 25px 0;
    margin: 0 auto;
}
.form dd {
    margin-bottom: 5px;
}
.input {
    width: 249px;
    height: 100px;
    background: url(../images/input_bg2.png) -2px 3px no-repeat;
    margin-bottom: 10px;
    padding: 5px;
}
.btn-log-wrap {
    text-align: center;
    padding-top: 5px;
}
.login_bg {
    width: 325px;
    height: 455px;
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    right: 10px;
    top: -140px;
    border-radius: 3px;
    box-shadow: 0 1px 3px #aaa;
    z-index: 2;
}
.wrap {
    margin: 0 auto;
    width: 1200px;
}
.text {
    height: 24px;
    line-height: 24px;
    margin: 14px 0 0 58px;
    color: #a9a9a9;
    font-size: 14px;
    border: none;
    vertical-align: middle;
    padding-left: 5px;
    width: 160px;
}
#login_tip{
	width:254px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: center;
    color: #ff8400;
    font-size: 12px;
    font-family: 'ËÎÌå';
}
.btn-log {
    display: inline-block;
    width: 190px;
    height: 40px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: transparent url(../images/dl_btn.png) no-repeat;
    cursor: pointer;
}
