<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>用户登录</title>
<style type="text/css">
body { font:12px/20px 宋体; color:#333333; }
.nav-bg {background-image: url(images/nav_bg.gif);
background-repeat: repeat-x;
color: #666666;
font-size: 14px;
}
.nav-left {background-image: url(images/nav_left.gif);
background-repeat: no-repeat;
}
.nav-right {background-image: url(images/nav_right.gif);
background-repeat: no-repeat;
}
.t-center {text-align: center;
}
.t-right {text-align: right;
}
.top {background-color: #f3f3f3;
color: #666666;
}
.foot {background-color: #f3f3f3;
color: #666666;
text-align: center;
}
.login-title {
font-size: 14px;
line-height: 27px;
color: #FFF;
background-image: url(images/login/login_bg.gif);
}
.login-bg {
background-color: #eef5ff;
}
.other-login {
background-image: url(images/login/other_login.gif);
background-repeat: no-repeat;
}
.other-login-title {
font-size: 14px;
line-height: 40px;
color: #679904;
}
</style>
</head>