.header_user_info {
  float: right;
  height: 78px;
  width: 120px;
  background-color: #333333;
  margin-right: 5px;
  text-align: center;
}
  .header_user_info a {
    color: white;
    display: block;
    padding: 13px 12px 11px 12px;
    cursor: pointer;
    line-height: 18px; 
    text-transform: uppercase;
	text-decoration: none;
}
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }

.header_user_logout{
	display: block;
	position: absolute;
	width: 132px;
	border: 1px solid green;
	background-color: #404040;
	margin-top: 18px;
}

.logout{
	line-height: 12px !important;
	padding-top: 4px !important;
	font-size: 11px;
	text-align: center;
	height: 20px;
}

.account{
	height: 58px;
	padding: 29px 9px 11px 9px !important;
}

.login{ height: 100%; }

.header_user_info a{ padding: 30px 9px 11px 8px; }