#cookie-notice {
	background-color: #000;
	bottom: 0;
	font-size: 12px;
	left: 0;
	opacity: 0.80;
	filter: alpha(opacity = 80);
	padding: 6px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999
}

#cookie-notice p,#cookie-notice
a {
	color: #FFF
}

#cookie-notice
p {
	padding: 6px 25px
}

#cookie-notice a,#cookie-notice a:hover {
	text-decoration: underline
}

#cookie-notice .cookie-notice-button {
	background:
		url('/skin/frontend/enterprise/wacama/images/cookie_close.png') 0 0
		no-repeat;
	cursor: pointer;
	position: absolute;
	height: 21px;
	width: 20px;
	right: 5px;
	top: 2px
}