.usertable{
	float: left;
	background: #fff;
	width: 758px;
	padding: 38px;
	height: 598px;
}
.usertable .th{
	height: 37px;
	line-height: 37px;
	padding-left: 13px;
	background: #f3f3f3;
	font-size: 16px;
	color: #000;
	border-bottom:  1px solid #e5e5e5;
}
.usertable .table{
	margin-top: 25px;
	border: 1px solid #e5e5e5;
	background: #fcfcfc;
}
.usertable .table .wz{
	float: left;
}
.usertable .table .icon{
	float: left;
}
.usertable .row{
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	height: 52px;
	line-height: 52px;
}
.usertable .row .icon{
	padding-top: 4px;
	padding-left: 60px;
}
.usertable .row .wz{
	width: 610px;
	border-right: 1px solid #e5e5e5;
}
.usertable .row .wz a{
	padding-left: 20px;
	font-size: 14px;
	color: #0378d8;
	text-decoration: underline;
}
.usertable .row .icon .img{
	cursor: pointer;
}
.usertable .nobottom{
	border-bottom: none;
}