/*-- Cookie Jar Snippet v1.0.0 by Joe Workman --*/
#cookiesdirective{
	position:fixed;
	top:-500px;
	left:0px;
	width:100%;
	height:auto;
	background:#000000;
	opacity:.80;
	-ms-filter:?alpha(opacity=80)?;
	filter:alpha(opacity=80);
	-khtml-opacity:.80; 
	-moz-opacity:.80; 
	z-index:8888;
}
#cdstatement {
	position:relative;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	height:auto;
	width:90%;
	padding:15px;
	margin:0 auto;
}
#cdbuttons .cdbutton{
	display: inline-block;
}
#cdclose {
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	z-index:8999;
}