@charset "utf-8";
/* CSS Document */
body {
	font-family:微软雅黑;
	font-size: 16px;
	padding: 0;
	margin: 0;
	/*
	background:url(../images/login.jpg) center top no-repeat;
	*/
	/*background-color:#bbb;*/
	color:#555;
	background-attachment:fixed
	
}
.login{
	width:500px;
	height:328px;
	background:url(../images/tp03_20140320.png) center center no-repeat;
	margin:150px auto 0px auto;
}
.loginTitle{
	line-height:60px;
	text-align:center;
	color:#333;
	font-size:18px;
	letter-spacing:2px;
	font-weight:bold;
}
.login ul{
	display:block;	
	width:350px;
	margin:0px auto;
	list-style:none;
	padding:0px;
	color:#999;
	font-size:15px
}
.login ul li{
	line-height:40px;
}
.login .xy,.login .uname{
	width:250px;
	height:32px;
	line-height:32px;
	border:1px solid #999;
	margin-top:15px;
	text-indent:5px;
	outline:0px;
	border-radius:3px;
}
.login .vcode{ 
	width:120px;
	height:32px;
	line-height:32px;
	border:1px solid #999;
	margin-top:15px;
	text-indent:5px;
	outline:0px;
}
.login #vCode{
	position:absolute;
	top:15px;
	margin-left:2px;
	width:100px;
	height:36px;
	cursor:pointer;	
}
input[name=userType]{
	width:16px;
	height:16px;
}
.btnLogin{
	display:block;
	width:224px;
	height:40px;
	line-height:40px;
	background-image:url(../images/tp06_20140320.png);
	border:0px;
	outline:0px;
	cursor:pointer;
	margin:15px 0px 0px 88px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:5px;
	font-size:18px;
}
.btnLogin:hover{
	background-image:url(../images/tp07_20140320.png);
}