.header_user_info {
  float: right;
  /*border-left: 1px solid #515151;
  border-right: 1px solid #515151; */}
  .header_user_info a {
    color: white;
    font-weight: bold;
    display: block;
    padding:10px 14px 8px 48px;
    cursor: pointer;
    line-height: 18px; 
	 background: #2dcc70;
	 font-size:14px;
	 background-image: url('/img/lock.png');
	 background-repeat: no-repeat;
	 }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
	 color: #000;
     background: #2dcc70;
	background-image: url('/img/unlock.png');
	 background-repeat: no-repeat; }
/*
     */
/*
*/