#panel_cookie{
  width:100%;
  text-align:center;
  background:#e5e5e5;
	background-image: linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -o-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0.00, rgb(224,224,224)), color-stop(0.95, rgb(239,239,239)));
	border-bottom:solid 1px #cecece;
	border-top:solid 1px #fafafa;
	position:fixed;
	top:0;
	z-index:999;
}
#panel_cookie_dol{
  width:100%;
  text-align:center;
  background:#e5e5e5;
	background-image: linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -o-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0.00, rgb(224,224,224)), color-stop(0.95, rgb(239,239,239)));
	border-bottom:solid 1px #cecece;
	border-top:solid 1px #fafafa;
	position:fixed;
	bottom:0;
	z-index:999;
}
div#schowaj{
}
#panel_cookie input, #panel_cookie_dol input{
  padding:3px 7px;
  margin:5px 20px;
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #FAFAFA;
  display:inline;
}
#panel_cookie input#ukryj, #panel_cookie_dol input#ukryj{
  float:right;
  color:red;
}

#panel_cookie input:hover, #panel_cookie_dol input:hover{
  color:#fafafa;
  background:#ccc;
}

div#schowaj h4{
  font-size:16px;
  padding:5px;

}
div#schowaj p{
  font-size:12px;
}
div#schowaj p a{
  font-size:11px;
}