#cookie-warning {
  background: #990AE3;
  color: #fff;
  opacity: .9;
  width: 960px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  margin-left: -10px;
}
#cookie-warning #cookie-inner {
  padding: 20px 80px 15px 40px;
}
#cookie-warning a {
  color: #ffff00;
}
#cookie-warning a#cookie-close {
  background: transparent  url('img/cookie/cookie-close.png') no-repeat center center;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 40px;
}
