
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; 
}

.main{
    margin-top:50px;
    margin-right:300px;
    width:300px;
	height:610px;
	float:right;
	text-align:center;
	vertical-align:middle;
}
.main .login_bg{
    margin:0 auto;
    width:580px;
	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:22px;
   margin:10px;
   padding-top:10px;
   font-weight:bold;
   height:50px;
   width:280px;
   line-height:50px;
   border-bottom:1px solid #ddd;
}
.base{
   font-size:16px;
   margin-left:30px;
   height:32px;
   line-height:32px;
   text-align:left;
}
.input-text{
   font-size:20px;
   height:33px;
   width:233px;
   line-height:33px;
   padding-left:8px;
   border:none;
   background:none;
   outline:none;
   background-image:url(../image/focus_input.png);
}
.input-text:focus,.input-text:hover{
   font-size:20px;
   height:33px;
   width:233px;
   line-height:33px;
   border:none;
   background:none;
   outline:none;
   background-image:url(../image/focus_input_error.png);
}
.base a {
	color: #56bde5;
	font-size:14px;
	text-decoration: underline;
	margin-left:10px;
	margin-top:4px;
	float:left;
}
.base a:visited {
	text-decoration: none;
}
.base a:hover {
	color: #56bde5;
	text-decoration: underline;
}

.base a:active {
	color: #56bde5;
}
.submit{
  margin-left:6px;
  padding:0px;
  width:236px;
  height:32px;
  border:none;
  background:none;
  outline:none;
  color:#FFFFFF;
  font-size:18px;
  letter-spacing:8px;
  cursor:pointer;
  background-image:url(../image/submit.png);
  clear:both;
  float:left;
}
.btn{
  margin: 0 auto;
  padding: 0px;
  width: 236px;
  clear:both;
  float: left;
}
.btn a {
  margin: 0 auto;
  padding: 0px;
  color: #56bde5;
  font-size:14px;
  text-decoration: underline;
  margin-left:26px;
  margin-top:4px;
  float:left;
}

.down_bg{
  margin:10px;
  width:282px;
  height:40px;
  background-image:url(../image/down.png);
  color:#FFFFFF;
}
.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;
}
input.error { 
 background: url("../image/focus_input_error.png");
} 
