#user-sec {
	position: fixed;
	top:   -23px;
	right:   0px;
	
	background-image: url(../images/user-section-bg.png);
	background-repeat: no-repeat;
	background-position: 0% -7px ;
	
	height: 20px;
	width: 120px;
	
	color: #dee3ec;
	font-size: 85%;
	padding: 1px 10px 3px 20px;
}

.user-sec-visible {
	top: 0px !important;
	transition: top .5s;
}

