#addCookies{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width:100%;
	background-color:#FEFEFE;
	position:fixed;
	left:0;
	bottom:0;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:100;
	line-height: 22px;
}

#addCookies p{
	padding: 5px 10px;
	text-align: center;
}

#addCookies a{
	color: #000;
	text-decoration: underline;
}

#btnAccept{
	line-height: 20px;
	color: #FFF !important;
	text-decoration: none !important;
	display: inline-block;
	padding: 3px 15px;
	background-color: #343434;
	background-image: url(btn.png);
	background-position: top left;
	background-repeat: repeat-x;
	-moz-box-shadow: 0 0 5px #CCC;
	-ms-box-shadow: 0 0 5px #CCC;
	-o-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#btnAccept:hover{
	background-color: #7b7b7b;
	background-image: url(btn-on.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}