#header-login.header_user_info, #header-account.header_user_info {
  float: right;
  background: url("../../../img/cien-maly-prawa.png") no-repeat 34px bottom;
  width: 301px;
  height: 68px;}
  #header-account.header_user_info a.logout {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	background: url("../../../img/klodka-wyloguj.png");
	width: 24px;
	height: 28px;
  }
  .header_user_info a.login span:after {
	content: "";
	background: url("../../../img/klodka-zaloguj.png");
	width: 24px;
	height: 28px;
	display:block;
	position: absolute;
	right: 10px;
	top: 15px;
  }
  .header_user_info a.login, .header_user_info a.account {
    color: black;
    font-weight: bold;
	font-family: lithosregular;
	font-size: 18px;
    display: block;
    padding: 28px 9px 10px 8px;
    cursor: pointer;
    line-height: 18px;
	background: url("../../../img/podkreslenie-ciemne-srodek.png") repeat-x;
	background-position: 0px 46px;
	width: 287px;
	height: 54px;
	margin-left: 7px;}
	div.header_user_info a.login:before, .header_user_info a.account:before {
		content: "";
		display: block;
		width: 7px;
		margin-left: -15px;
		margin-top: -28px;
		background: url("../../../img/podkreslenie-ciemne-lewa.png") no-repeat bottom;
		height: 54px;
		float: left;
	}
	div.header_user_info a.login:after, .header_user_info a.account:after {
		content: "";
		display: block;
		width: 7px;
		margin-right: -15px;
		margin-top: -28px;
		background: url("../../../img/podkreslenie-ciemne-prawa.png") no-repeat bottom;
		height: 54px;
		float: right;
	}
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
	}
