.header_user_info {
  float: right;
  }
  .header_user_info a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
	margin-left:5px;
    line-height: 18px;
	background-color: rgba(0,0,0,0.20);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	transition: all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #212851;
	  color:#fff; }
	  
.header_user_info_logout {
  float: right;
  }
  .header_user_info_logout a {
    color: #000;
	font-size:18px;
    display: block;
    padding: 9px 9px 10px 8px;
    cursor: pointer;
	margin-left:5px;
    line-height: 18px;
	background-color: rgba(0,0,0,0.20);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	transition: all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out; }
    @media (max-width: 479px) {
      .header_user_info_logout a {
        font-size: 11px; } }
    .header_user_info_logout a:hover, .header_user_info_logout a.active {
      background: #005ea7;
	  color:#fff; }

/*# sourceMappingURL=blockuserinfo.css.map */
