#macchiato_cookies_wrapper {
	width:420px; 
	
	position:fixed;
	top:20px;
	left:260px;
	/*display:none;*/
	background:black;
	color:white;
	font-size:12px;
	
	z-index: 5000;
	
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000)";	
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#macchiato_cookies_wrapper #cookies_close {
	position:absolute;
	top:5px;
	right:5px;
	width:14px;
	height:14px;
	cursor:pointer;
	
	background:url('../images/e_krzyzyk_hover.png') no-repeat;
}

#macchiato_cookies_wrapper #cookies_inner {
	margin: 15px;	
	margin-right:20px;
	line-height:20px;
}

#macchiato_cookies_wrapper #cookies_inner a {
	color:#967846;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 767px) {
	#macchiato_cookies_wrapper {
		width: 100%;
		left: 0px;
		top: auto;
		bottom: 30px;
	}
}
