﻿ .cookie-agree {
    background: url('cookie-bg-g.png') repeat left top;
	border: 1px solid #A2ACB1;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	bottom:10px;
	width: 330px;
	left: 10px;
	box-shadow: 1px 0 15px rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 9999;
	overflow: hidden;
	z-index: 100;
  }
  .cookie-agree p {margin: 0; color: #444444; font-size: 11px; display: block; width: auto; float: left; white-space: normal;}
  .cookie-agree a {margin: 0; color: #000000 !important; text-decoration: none;}
  .cookie-980 { margin:0 auto; padding: 10px; width: auto;  overflow: hidden; z-index: 100;}
  .cookie-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    float: right;
    margin-top:0px;
	color: #ffffff;
    cursor: pointer;
    text-align: center;
	padding: 5px 5px;
    background: #24a324;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #35741d;
}

  .cookie-button:hover {
	background: -moz-linear-gradient(
		top,
		#24a324 0%,
		#219303);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#24a324),
		to(#219303));
}