﻿body {
    font-family: 宋体,Georgia, serif;
    font-size: 12px;
    /*background-color: #F0F4EC;*/
    background-color: #fff;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.marginLeft10 {
    margin-left: 10px;
}
#wrapper {
    margin: 0 auto;
    overflow: hidden;
}
#top {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-family: 宋体;
    color: #3B3C3C;
    border-bottom: 1px solid #C8CBCC;
}
#topContent{
    margin:0 auto;
    width:960px;
    height:100%;

}
#topLogo{
    padding-left:90px;
    float:left;
    font-size:22px;
    font-family:微软雅黑;
    color:#666;
    background:url('../Images/login/cmslogo.png') no-repeat left center;
}
#topSiteUrl{
    float:right;
}
#topSiteUrl a{
    font-size:12px;
    color:#666;
    font-family:宋体,Georgia, serif;
    text-decoration:none;
    
}
.space{
    margin:0 10px;
        font-size:12px;
}
#center {
    margin: 50px auto;
    margin-bottom: 20px;
    width: 920px;
    height: 374px;
    border: 1px solid #C8CBCC;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 20px;
}
#centerLeft {
    width: 560px;
    height: 100%;
    float: left;
    background-image: url('../Images/login/01.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}
#centerRight {
    border-left: 1px solid #C8CBCC;
    margin-left: 580px;
    margin-top: 10px;
    height: 355px;
}
#centerRightContent {
    width: 340px;
    margin: 0 0 0 20px;
    height: 100%;
}
#bottom {
    color: gray;
    text-align: center;
    background-color: #F0F4EC;
    height:40px;
    padding-top:20px;
    position:absolute;
    bottom:0;
    width:100%;
}
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: 宋体;
    letter-spacing: 4px;
    height: 35px;
    line-height: 35px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px #999;
    -moz-box-shadow: 0 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}
.green {
    color: #fff;
    border: solid 1px #318E82;
    background: #57BBAF;
    background: -ms-linear-gradient(top, #63D5C7, #35998C);
    background: -webkit-gradient(linear,left top,left bottom,from(#63D5C7),to(#35998C));
    background: -moz-linear-gradient(top,#63D5C7,#35998C);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63D5C7',endColorstr='#35998C');*/
}
.green:hover {
    background: #63D5C7;
    background: -ms-linear-gradient(top, #35998C, #63D5C7);
    background: -webkit-gradient(linear,left top,left bottom,from(#35998C),to(#63D5C7));
    background: -moz-linear-gradient(top,#35998C,#63D5C7);

}
.green:active {
    color: #ccc;
    background: -ms-linear-gradient(top, #63D5C7, #35998C);
    background: -webkit-gradient(linear,left top,left bottom,from(#63D5C7),to(#35998C));
    background: -moz-linear-gradient(top,#63D5C7,#35998C);

}
.txtBox {
}
.txtTitle {
    font-size: 14px;
    font-family: 微软雅黑;
    display: inline-block;
    text-align: right;
    width: 70px;
    padding-right: 10px;
}
.txtLogin {
    width: 205px;
    border: 1px solid #ccc;
    font-size: 18px;
    margin: 5px 0;
    padding: 4px;
    height: 25px;
}
.txtVerify {
    width: 50px;
    border: 1px solid #ccc;
    font-size: 18px;
    margin: 5px 0;
    padding: 4px;
    height: 25px;
}
.txtLoginNow {
   
    border: 1px solid #FF6600;
   
}
.errspan {
    color: Red;
}
#erruser {
    margin-left: 90px;
    height: 20px;
    line-height: 20px;
    display: none;
}
#btnBox {
    margin-left: 81px;
    margin-top: 20px;
}
.loginBtn {
    width: 212px;
}

#boxVerify *
{
    vertical-align:middle;
}
#boxVerify img
{
    margin-left:4px;
}
#otherLoginBox {
    margin-left: 81px;
    margin-top: 10px;
}
a.alogin{
   color:#666;
   text-decoration:none;
   font-size:12px;
}

#boxVersioTip
{
    color:Blue;
    margin-top:20px;
    line-height:18px;
    margin-right:20px;
    display:none;
}
 