@charset "utf-8";

.bg-login-body {
    background: url(../images/bg-login-body.jpg) no-repeat center top #0DBB92;
}
.header {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}
.header .logo {
    display: block; 
    float: left;
    margin-top: 12px;
}
.header .logo img {
    display: block;
}
.header h1 {
    float: left;
    height: 38px;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 21px;
    border-left: 1px solid #fff;
    font-size: 28px;
    color: #fff;
}
.header-white h1 {
    border-left: 1px solid #ccc;
    color: #999;
}

.banner {
    position: relative;
    width: 100%;
    height: 475px;
    background: #18587D;
}
.banner-img {
    display: block;
    width: 1285px;
    height: 100%;
    margin: 0 auto;
}
.login-box {
    position: absolute;
    right: 154px;
    top: 10px;
    width: 307px;
    height:420px;
    padding: 20px;
    background: url(../images/bg-login-box.png);
}
.login-box h2 {
    font-size: 16px;
    color: #fff;
}
.forget-pwd {
    display: block;
    font-size: 14px;
    color: #fff;
}
.forget-pwd:hover {
    text-decoration: underline;
}
.sign-in {
    display: block;
    width: 305px;
    height: 42px;
    border: 1px solid #FF893F;
    background: url(../images/bg-button.jpg) repeat-x center top;
    font-size: 16px;
    color: #ff8600;
    text-align: center;
    line-height: 42px;
	border-radius:5px;
	cursor: pointer;
}
.return_btn {
    display: block;
    width: 305px;
    height: 42px;
    border: 1px solid #FF893F;
    background: url(../images/bg-button.jpg) repeat-x center top;
    font-size: 16px;
    color: #ff8600;
    text-align: center;
    line-height: 42px;
	border-radius:5px;
	cursor: pointer;
	margin-top:20px;
}

.footer {
    width: 100%;
    height: 70px;
    padding-top: 30px;
    text-align: center;
}
.footer a {
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #eee;
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.footer a:first-child {
    border-left: 0;
}
.footer p {
    margin-top: 10px;
    color: #fff;
}
.footer-white a, 
.footer-white p {
    color: #999;
}

.container {
    width: 1000px;
    min-height: 240px;
    padding: 70px 0;
    margin: 0 auto;
    background: #fff;
}
.bg-container {
    background: url(../images/bg-main.png) no-repeat right bottom #fff;
}
.reset-pwd {
    padding-left: 180px;
    background: url(../images/bg-key.png) no-repeat 65px 60px;
}
.container-title {
    padding-bottom: 20px;
    font-size: 24px;
    color: #999;
}
.captcha-group {
    overflow: hidden;
}
.captcha-group button {
    height: 44px;
    margin-left: 13px;
}

#tip {
    width:295px;
    height: 30px;
    background-color: #FEE;
    border: 1px solid #FAC8C8;
    position: absolute;
    top: 16px;
    color: #FF7474;
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
    display: none;
}
#tip1 {
    width:295px;
    height: 30px;
    background-color: #FEE;
    border: 1px solid #FAC8C8;
   
    top: 16px;
    color: #FF7474;
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
    display: none;
}

.login-box dl{width: 100%; margin: 0 10 0 0; overflow: hidden; height:61px;}
.login-box .regbtn_dl{ height:104px;}
.login-box dt{
	font-size: 14px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: right;
	float:left;

	}
.login-box dd{float:right;}
.login-box label{text-align:center; color:#CCCCCC;};


