
body{
    margin: 0 auto;
    width: 100%;
    height: 100%;
	text-align: center;
	font-size: 12px;
	background-size:cover; 
	background-image:url(../image/bg.jpg);
    background-repeat:no-repeat; 
}
.language{
   position:absolute;
   height: 25px;
   width:300px;
   top: 50px;
   right:20px;
}
.main{
    margin-top:0px;
    margin-right:300px;
    padding:0px;
    width:300px;
	height:610px;
	float:right;
	text-align:center;
}
.main .login_bg{
    margin:0 auto;
    padding:0px;
    width:300px;
	height:510px;
	background-image:url(../image/login_bg.png);
	background-repeat:no-repeat; 
}
.main .down{
    margin-top:10px;
    width:300px;
	height:90px;
	line-height:30px;
	font-size:22px;
}
.main .down div{
line-height:40px;
}
.title{
   font-size:16px;
   margin:10px;
   padding-top:10px;
   font-weight:bold;
   height:35px;
   line-height:35px;

   border-bottom:1px solid #ddd;
}
.line{
   margin:0 auto;
   padding: 0px;
   width:1px;
   height: 35px;
   background: #ddd;
   float: left;
	
}
.title .item{
   margin:0 auto;
   padding: 0px;
   width:138px;
   height:40px; 
   float: left;
   margin-left:1px;
   cursor: pointer;
}
.title .item-current{
   margin:0 auto;
   padding: 0px;
   width:138px;
   height:40px; 
   margin-top:2px;
   float: left;
   margin-left:1px;
   background: url("../image/current_item.png");
	
}




.base{
   font-size:20px;
   margin-left:10px;
   height:32px;
   line-height:32px;
   width:300px;
   float: left;
   text-align: right;
   margin-top: 30px;

}
.base label{
   margin:0 auto;
   padding: 0px;
   display: block;
   width: 70px;
   height: 32px;
   font-family: '微软雅黑';
   font-size: 14px;
   float: left;
}
.base .input-text{
   font-size:20px;
   height:33px;
   width:205px;
   line-height:33px;
   padding-left:8px;
   border:none;
   background:none;
   outline:none;
   background-image:url(../image/base_input.png);
   background-repeat: no-repeat;
   float: left;
}
.base .input-text:focus,.base .input-text:hover{
   font-size:20px;
   height:33px;
   width:205px;
   line-height:33px;
   padding-left:8px;
   border:none;
   background:none;
   outline:none;
   background-image:url(../image/base_input_error.png);
   background-repeat: no-repeat;
   float: left;
}


.input-text:focus,.input-text:hover{
   font-size:20px;
   height:33px;
   width:237px;
   line-height:33px;
   border:none;
   background:none;
   outline:none;
   
   background-image:url(../image/focus_input_error.png);
   background-repeat: no-repeat;
}
a {
	color: #56bde5;
	font-size:14px;
	text-decoration: underline;
	margin-right:50px;
	float:right;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #56bde5;
	text-decoration: underline;
}

a:active {
	color: #56bde5;
}
.submit{
  margin-left:25px;
  padding:0px;
  width:236px;
  height:32px;
  border:none;
  background:none;
  outline:none;
  color:#FFFFFF;
  font-size:20px;
  font-weight:bold;
  letter-spacing:8px;
  cursor:pointer;
  float:left;
  background-image:url(../image/submit.png);
}
.down_bg{
  margin:10px;
  width:282px;
  height:40px;
  background-image:url(../image/down.png);
  color:#FFFFFF;
  text-align: center;
}
.down_bg a{
  margin:0 auto;
  padding:0px;
  width:280px;
  height:40px;
  list-style:none;
  display: block;
  line-height:40px;
  font-size:22px;
  color: #FFFFFF;
  outline: none;
  text-decoration: none;
}
.down_bg a:hover {
	text-decoration: underline;
}
.isAutoLogin{
  margin-top:8px;
  margin-left:40px;
  width:24px;
  height:24px;
  background:url(../image/isAutoLogin.png);
  float:left;
}
.noAutoLogin{
  margin-top:8px;
  margin-left:40px;
  width:24px;
  height:24px;
  background:url(../image/noAutoLogin.png);
  float:left;
  cursor: pointer;
}
.progress-bar{position:absolute; margin: 0 auto;padding: 0px;width:75px;height: 75px;z-index: 10;text-align: center;background: url("../images/load.gif");}
.mask{position:absolute;background-color: #DBDBDB;width: 100%;height: 600px;z-index: 9; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50);}
