.header_user_info {
	border-right-color: rgb(81, 81, 81); border-left-color: rgb(81, 81, 81); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; float: right;
}
.header_user_info a {
	padding: 8px 9px 11px 8px; color: white; font-weight: bold; display: block; cursor: pointer;
}
@media all and (max-width:479px)
{
.header_user_info a {
	font-size: 11px;
}
}
.header_user_info a:hover {
	background: rgb(43, 43, 43);
}
.header_user_info a.active {
	background: rgb(43, 43, 43);
}
