@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#999;
	background-color:#fff;
	background-image:url(bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:"微软雅黑";
}
.frame{
	width:1280px;
	margin:0 auto;
}
.table{
	width:240px;
	height:280px;
	background-color:#fff;
	margin-top:208px;
	margin-left:774px;

}
.ul{
	list-style-type:none;
	list-style-image:none;
	list-style:none;
	text-align:left;
	width:220px;
	display:block;
	padding:16px 14px;
}
.ul li{	
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:top;
}
li.line{
	background-image:url(line.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100px;
	height:2px;
	
}
.input{
	border:1px solid #cecece;
	font-size:14px;
	height:32px;
	width:212px;
	text-indent:22px;
}
.user{
	background-image:url(user.png);
	background-repeat:no-repeat;
	background-position:2px center;
}
.pwd{
	background-image:url(pwd.png);
	background-repeat:no-repeat;
	background-position:2px center;
}