@charset "utf-8";
body {
	background-color:#e4e4e4;
}
.BG {
	width:500px;
	height:320px;
	margin:auto;
	margin-top:100px;
	background-image:url(../images/login01_BG2.png);
	color:#666;
}
.title {
	width:100%;
	height:75px;
	float:left;
	text-align:center;
}
.title span {
	font-size:28px;
	line-height:60px;
	font-weight:bold;
	font-family:"黑体";
	letter-spacing:4px;
}
ul {
	list-style:none;
	float:left;
	margin-left:15px;
	font-size:18px;
	margin-top:0px;
}
li {
	height:45px;
	width:100%;
	line-height:45px;
}
label {
	font-family:"微软雅黑";
}
.T1{
	border:1px solid #CCC;
	border-radius:3px;
	height:30px;
	margin-left:5px;
	width:300px;
	line-height:30px;
	font-size:18px;
	color:#666;
	font-weight:normal;
}
select {
	border:1px solid #CCC;
	border-radius:3px;
	height:35px;
	margin-left:5px;
	width:301px;
	line-height:30px;
	color:#444;
	font-size:15px;
}
.laq {
	margin-left:82px;
}
.law {
	margin-left:70px;
}
.bot1 {
	display:block;
	width:120px;
	height:40px;
	float:left;
	margin-left:82px;
	background-image:url(../images/login01_botton01.png);
}
.bot2 {
	display:block;
	width:120px;
	height:40px;
	float:left;
	margin-left:50px;
	background-image:url(../images/login01_botton02.png);
}
a:hover {
	border:1px solid #e4e4e4;
}
