#cookies { 
	position:fixed; 
	left: 0; 
	bottom: 0; 
	right: 0;
	padding: 5px 10px; 
	background: #666; 
	background: rgba(86,86,86,0.95); 
	color: #fff; 
	font-size: 13px; 
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
	z-index: 999; 
	text-align: center; 
	color: #fff; 
}
#cookies a, #cookies a:hover { color: #fff; display: inline-block; vertical-align: middle; margin-right: 5px; }
#cookies a:hover { text-decoration: none; }
.cookie_btn_accepted, #cookieCloseDialog{ 
	cursor: pointer;
	text-decoration: none;
	display: inline-block; color: #fff; text-decoration: none; 
	background: url("../images/title_bg.png") repeat-x scroll left top #3D7992;	padding: 0.5em 0.75em; border-radius: 3px; 
	box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; 
	-webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
#cookies a:hover, #cookieCloseDialog:hover {
	-o-transition: background 0.5s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
	box-shadow: 0 0 20px rgba(255,255,255,.2) inset;
}

#cookieDialog {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	padding: 10px;
	padding-left: 15px;
	z-index: 10000;
	text-align: left;
	box-shadow: 0 0 10px #555;
}

#cookieDialogContent {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	margin: -270px 0 0 -200px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 4px 7px #444;
	height: 400px;
	overflow: auto;
}

