﻿body {
	margin:0; 
	height:100%; 
	background:url('/img/beijing.png') no-repeat 0px 0px;
	background-size: cover;
 
	font-family: 'Open Sans', sans-serif;
	background-attachment: fixed;
    background-position: center;
}

.denglukuang {
	margin-left:50px;
    background:url('/img/login.png') no-repeat;
    background-size:contain;
	margin:30px auto;
	width:1000px;
	height:640px;
	border:1px solid  rgba(200,200,200,0);
}


 .login {
            width:500px;
            height:150px;
            margin:276px auto; 
			color:#6f6f6f;
          	font-weight:bold;
}

.name{


  font-size:1.2em;
  height:1.2em;
  border-radius:4px;
  border:1px solid #c8cccf;
  color:#6a6f77;
  text-decoration:none;
  width:70%;
}

.pass{
  font-size:1.2em;
  height:1.2em;
  border-radius:4px;
  border:1px solid #c8cccf;
  color:#6a6f77;
  text-decoration:none;
  width:70%;
}



.button1_search{
background:url('/img/button1.png') no-repeat 0px 0px;;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
margin:-10px 0px 20px 60px; 
}


.foot {
    background:url('/img/down.png') no-repeat;
    background-size:contain;
	float:right;
	bottom:0px;
	margin:-20px auto;
	width:100%;
	height:40px;
	color:#ffffff;
	font-size:12px; 
	text-align:center;

}