
.cookieconsentimplied{
	position: fixed;
	bottom: 0px;
	left: 0; 
	width: 100%; 
	border-width: 1px 1px 0px; 
	border-style: solid; 
	border-color: #ccc; 
	z-index: 2147483647; 
	color: #000; 
	margin: 0px; 
	opacity: 1; 
	background: #000; 
	display: none;
	line-height: 18px;
}
.cookiesconsent_message p{
	margin:15px 35px 10px 35px;
	text-align:left;
	color: #00cdff;
	display: block;
	font-size: 12px;
	text-shadow: none;
	line-height: 18px;
}

.cookies_close_link{
	float:right;
	cursor:pointer;
	margin: 8px 8px 7px 7px;
	opacity:0.75;
	width:20px;
	height:20px;
}
