@charset "utf-8";
html,body {
	overflow: hidden;	
}
.header {
	background-color: #fbfcfc;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 114px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #269dea;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	filter: Alpha(Opacity=0);
	opacity:0;
	display:none;
}
.header .logo {
	height: 114px;
	width: 385px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo-big.png);
	display: none;
}
.bottom {
	background-color: #fbfcfc;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #269dea;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: right;
	color: #09F;
	filter: Alpha(Opacity=0);
	opacity:0;
	}
.bottom a{
		color: #09F;

	}	
.loginForm {
	position: absolute;
	height: 276px;
	width: 680px;
	top: 100px;
	right: 2000px;
}
.loginForm .tips {
	height: 276px;
	width: 438px;
	background-image: url(images/tips.png);
	position: absolute;
	left: 0px;
	top: 0px;
}
.loginForm .formConn {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 270px;
	height:270px;
}

input {
	border: 2px solid #cbcbcb;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-radius: 5px 5px 5px 5px;
	width: 195px;
	margin-top: 20px;
	font-size: 14px;
	color: #CCC;
	font-family: "微软雅黑";
	padding-right: 35px;
	
}
.loginForm input:focus {
	
	color:#333;
	border-top-color: #269dea;
	border-right-color: #269dea;
	border-bottom-color: #269dea;
	border-left-color: #269dea;
	
	
	}
.loginForm input.userName{
	background-image: url(images/ico-userName.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	
	}	
.loginForm input.password{
	background-image: url(images/ico-password.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	
	}	
.loginForm button{
	display:none;
	}		
.loginForm .loginButton {
	display: block;
	height: 41px;
	width: 118px;
	margin-top: 20px;
	float: right;
	background-image: url(images/loginButton.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.loginForm .loginButton:hover {
		background-position: left bottom;

	}
