*{
	margin: 0; 
	padding: 0;
	text-decoration: none;
}
body{
	background: #eeeeee;
}


.root{
	width: 100%;
	margin-top:10px;
}
.employeeFashen{
	display: block;
	width: 100%;
	height: 40px;
	background: #ffffff;
	position: relative;
}
.employeeFashen b{
	display: block;
	width: 20px; 
	height: 20px;
	background: url('../images/personIcon.png') no-repeat;
	background-size: auto 100%;
	background-position: center; 
	position: absolute;
	left: 10px;
	top:  10px;
}	
.employeeFashen span.EFTxt{
	display: block;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left:  40px; 
	top: 0;
	font-size: 16px;
	color: #333333;
}
.EFGo{
	display: block;
	height: 20px;
	width: 16px;
	position: absolute;
	right:  10px; 
	top: 10px;
	background: url('../images/rightGo.png') no-repeat;
	background-size: auto 100%;
	background-position: center;
}