.head {
	background: url(../images/common/head-bg.png);
	height: 52px;
	text-align: right;
	padding: 0 20px;
	line-height: 52px;
}
.head .logo {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	float: left;
}
.head .logout {
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 30px;
}
.head .user,
.head .user span {
	font-size: 12px;
	line-height: 32px;
	background: url(../images/common/head-user.png) no-repeat;
	display: inline-block;
	color: #fff;
	text-align: left;
}
.head .user:hover {
	text-decoration: none !important;
}
.head .user {
	margin: 10px 0 0;
}
.head .user span {
	background-position: 100% -64px;
	padding: 0 45px 0 12px;
}
.head .user span span {
	background-position: 0 -32px;
	padding: 0;
	background-repeat: repeat-x;
	width: 185px;
}