/* info cookie  */
.info_cookie{
	display: none; /*--domyslnie ukryte--*/
	background: #585858;
	/*background-image:url('bomber.gif');
	background-repeat:no-repeat;
	background-position:right;*/
	padding: 20px;
	border: 1px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	bottom: 0; left: 0;
	width: 100%;
	
	z-index: 99999;
	color: #a9a9a9;
	
}

*html .info_cookie {
	position: absolute;
}

	.info_cookie .text 
	{
		/*font-size: 11px;
		color: black;
		font-family: 'Segoe UI', Verdana;*/
	}
	

/*#info_cookie_nie_pokazuj {text-decoration: underline; color: #b20000;}*/