.cookies-confirm-prompt{position:fixed;bottom:0;left:0;padding:8px 10px;text-align:center;background-color:#222;font-family : Verdana, Arial, Helvetica;font-size:10pt;color:#FFF;}
.cookies-button{display:inline-block;margin:0 10px;}
.cookies-button {
  background: #2eb032;
  background-image: -webkit-linear-gradient(top, #2eb032, #0e8012);
  background-image: -moz-linear-gradient(top, #2eb032, #0e8012);
  background-image: -ms-linear-gradient(top, #2eb032, #0e8012);
  background-image: -o-linear-gradient(top, #2eb032, #0e8012);
  background-image: linear-gradient(to bottom, #2eb032, #0e8012);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 16px 3px 16px;
  text-decoration: none;
  margin-top:3px;
  text-shadow: -2px 2px 2px rgba(40, 40, 40, 0.8);
  box-shadow: -2px 2px 2px rgba(40, 40, 40, 0.8);
}

.cookies-button:hover {
  background: #149c1d;
  background-image: -webkit-linear-gradient(top, #0e8012, #2eb032);
  background-image: -moz-linear-gradient(top, #0e8012, #2eb032);
  background-image: -ms-linear-gradient(top, #0e8012, #2eb032);
  background-image: -o-linear-gradient(top, #0e8012, #2eb032);
  background-image: linear-gradient(to bottom, #0e8012, #2eb032);
  text-decoration: none;
  color: #ffffff;
  text-shadow: -2px 2px 2px rgba(40, 40, 40, 0.8);
}
.cookies-button-findmore{
  background: #2667b5;
  background-image: -webkit-linear-gradient(top, #777, #666);
  background-image: -moz-linear-gradient(top, #777, #666);
  background-image: -ms-linear-gradient(top, #777, #666);
  background-image: -o-linear-gradient(top, #777, #666);
  background-image: linear-gradient(to bottom, #777, #666);
}
.cookies-button-findmore:hover {
  background: #4f89cc;
  background-image: -webkit-linear-gradient(top, #666, #777);
  background-image: -moz-linear-gradient(top, #666, #777);
  background-image: -ms-linear-gradient(top, #666, #777);
  background-image: -o-linear-gradient(top, #666, #777);
  background-image: linear-gradient(to bottom, #666, #777);
}
.cookies-confirm-mousecatch{position:fixed;bottom:58px;left:0;width:100%;height:100%;z-index:5;}