#cookiesdirective {
	width:100%;
	height:135px;
	position:fixed;
	bottom:0;
	z-index:9999;
	
	background: -moz-linear-gradient(center bottom , #E4E4E4, #ececec) repeat scroll 0 0 transparent;
	background-color:#E4E4E4;

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:1px solid #cac9c9;
	
	-webkit-box-shadow: 0px 0px 5px rgba(120, 120, 120, 0.2);
	-moz-box-shadow:    0px 0px 5px rgba(120, 120, 120, 0.2);
	box-shadow:         0px 0px 5px rgba(120, 120, 120, 0.2);
}

#cookiesdirective #cookiesdirective-inner{
	position:relative;
	width:860px;
	margin:0 auto;
	padding:0px 0px 20px 35px;	
	background:url('../images/cookie-directive/icon-information.png') left top no-repeat;
	color:#656565;
}
	

