#cookie-msg{
	position:fixed;
	left:0;
	bottom:0;
        right:0;
	z-index:1001;
	border:solid 1px #333;
	background-color:#ddd;
	color:#000;
	padding:20px;
	text-align:center;
}
#cookie-hide{
	position:absolute;
	top:0;
	right:0;
}
#cookie-msg a{
	font-weight:bold;
	text-decoration:underline;
}
#cookie-msg a:link,#cookie-msg a:visited{
	color:#000;
}
#cookie-msg a:hover,#cookie-msg a:active{
	color:#222;
}
#cookie-close,#cookie-hide{
	padding:5px;
	margin:5px;
	font-weight:bold;
	cursor:pointer;
	
	color:#fff;
	background-color:#333;
	border:outset 1px #222;
	text-decoration:none;
	font-weight:bold;
}
#cookie-close:hover,#cookie-hide:hover{
	color:#000;
	background-color:#999;
	border:inset 1px #222;
	text-decoration:none;
	font-weight:bold;
}
#cookie-hide{
	font-size:8px;
	padding:2px 5px;
	margin:5px;
}
#cookie-close{
	width:80px;
	margin:0 auto;
}