* {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: '微软雅黑';
}
body {
    background-color: #f1f1f1;
}
.clear {
    clear: both;
}
ul {
    margin: 0px;
}
li {
    list-style-type: none;
}
#top {
    background: url(../../image/Login/Login-top-bg.gif) repeat-x;
    height: 41px; 
}
#core {
    background: url(../../image/Login/login_bg.jpg) repeat-x;
    height: 532px; 
}
#core .core_lf {
    float: left;
    width: 50%;
    background: url(../../image/Login/login-content-bg.gif) no-repeat right;
    height: 532px; 
}
#core .core_lf .content {
    margin-left: 20%;
}
#core .core_lf .content .logo{
    margin-top: 140px;
    margin-bottom: 20px;
}
#core .core_lf .content ul li {
    line-height: 30px;
    color: #666;
}
#core .core_lf .content .link {
    margin-top: 20px;
}
#core .core_lf .content .link .go_home{
    margin-left: 150px;
}
#core .core_rt{
    float: right;
    width: 50%;
    height: 532px; 
}
#core .core_rt .content {
    margin-top: 160px;
    margin-left: 10%;
}
#core .core_rt .content .title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}
#core .core_rt .content form {
    margin: 0px;
}
#core .core_rt .content dl {
    margin: 5px 0;
}
#core .core_rt .content dl dt {
    float: left;
    width: 60px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
}
#core .core_rt .content dl dd {
    float: left;
}
#core .core_rt .content dl dd input.editbox4 {
    margin-right: 5px;
    height: 25px;
    line-height: 25px;
}
#core .core_rt .content .success{
  color: green;
}
#core .core_rt .content .error{
  color: red;
}
#core .core_rt .content .login_wel {
    margin: 60px 0 0 300px;
}
#bottom {
    text-align: center;
    font-size: 10px;
    color: #ABCAD3;
    line-height: 20px;
    background: url(../../image/Login/login-buttom-bg.gif) repeat-x;
}
