.cookie-policy-main {
	position: fixed; 
	bottom: 0px; 
	width: 100%;
	font-size: 12px; 
	line-height: 18px;
	box-shadow: 0 0 10px 0 #000000;
	z-index: 1000;
	
}

.cookie-policy-main .inner {
	width: 960px; 
	margin: 0px auto; 
	font-size: 12px; 
	line-height: 18px;
	
}

.cookie-policy-main .inner .box {
	padding: 5px; z-index: 2; color: #000000; 
	position: relative;
}

.cookie-policy-main .inner .box em{
	font-style: normal;
	padding: 3px 5px;
	background-color: rgba(255,255,0,0.7);
}

.cookie-policy-main .inner .box a{
	display: block;
	padding: 3px 0;
	font-weight: bold;
	}
	

.cookie-policy-main .inner .box .info {
	display: block; float: left; width: 800px; margin-top: 15px;
}

.cookie-policy-main .end {
	background: none repeat scroll 0% 0%#bcbcbc; 
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	z-index: 1;
}


.cookie-policy-button {
	font-weight: bold; 
	cursor: pointer; 
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	/*padding: 10px 20px;*/
	background: -moz-linear-gradient(
		top,
		#0017d1 0%,
		#000566);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0017d1),
		to(#000566));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
		
	padding: 5px 20px;
	margin-bottom: 10px;
	text-align: center;
	width: 70px;
	
	float: right;
}

.cookie-policy-button:hover{
	opacity: 0.8;
	}
