* {
	margin: 0px;
	padding: 0px;
}
html ,body{
	height: 100%;
	width: 100%;
	background-image: url(../images/login-bg2.png);
	background-repeat: no-repeat;
	background-position:center center;
	overflow: hidden;
}
.footer{
	height:28px;
	width:100%;
	background-color:#cbe4f3;
	border-top:1px solid #aacfe0;
	color:#5c7687;
	line-height:29px;
	text-align:center;
	font-size:15px;
	}
.login_info {
	height: 240px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 143px;
	padding-left: 203px;
}
.admin_input {
	height:28px;
	width: 200px;
	font-family: "宋体";
	font-size: 14px;
	line-height: 28px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.login_btn {
	background-image:url(../images/login-btn.png);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 97px;
	font-family: "宋体";
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	cursor:pointer;
	border:none;
}
.login_info table tr td {
	font-family: "宋体";
	font-size: 13px;
	color: #687f92;
}
.beian {
	background-image:url(../images/1.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 20px;
	text-decoration: none;
	line-height: 26px;
	cursor:pointer;
	border:none;
}
#beian {
	background-image:url(../images/1.png);
	background-repeat: no-repeat;
	display: block;
	cursor:pointer;
	border:none;
}

 *:focus { 
        outline: none;
        background-color: transparent;
    }
::selection{background:transparent; }
::-moz-selection{background:transparent; }