#user-bar {
	height: 27px;
/*	border-bottom: 1px solid #818181;*/
	line-height: 27px;
	background: #e3e3e3;
	position: relative;
	margin-bottom: 10px;
	font-size: x-small;
	padding: 0 10px;
}

#user-bar .lang {
	float: left;
	display: inline;
}

#user-bar #user-actions { float: right; }