.header_user_info {
position:absolute;
top:0px;
right:235px;
  }
  .header_user_info a {
    color: #fff;
    display: inline-table;
	float:right;
    padding: 3px 15px 9px 15px;
    cursor: pointer;
    line-height: 18px; 
font: 400 11px/20px "tahoma", sans-serif;
}
	
.header_user_info a i {
font-size:19px;
      line-height: 26px;
      color: #fff;
	  position:relative;
	  top:3px;
}
  
  .header_user_info a:first-child:before {
   content: "\f007";
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 19px;
      line-height: 26px;
      color: #fff;
	  position:relative;
	  top:3px;
      padding-left: 10px; 
	  	transition:All 0.3s ease;
-webkit-transition:All 0.3s ease;
-moz-transition:All 0.3s ease;
	  }
	    .header_user_info a:first-child:hover:before  {
		     color: #0088CC;
		}

	.header_user_info a.logout:before {
   content: "\f08b";
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 19px;
      line-height: 26px;
      color: #fff;
	  position:relative;
	  top:3px;
      padding-left: 10px; 
	  	transition:All 0.3s ease;
-webkit-transition:All 0.3s ease;
-moz-transition:All 0.3s ease;
}

 .header_user_info a.logout:hover:before  {
 color: #fff;
}


	.header_user_info a.login:before {
   content: "\f090";
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 19px;
      line-height: 26px;
      color: #fff;
	  position:relative;
	  top:3px;
      padding-left: 10px; 
	  	transition:All 0.3s ease;
-webkit-transition:All 0.3s ease;
-moz-transition:All 0.3s ease;
}

 .header_user_info a.login:hover:before  {
 color: #fff;
}
