#cookies_message {
  background: transparent url('../images/bg_cookies.png') repeat scroll 0 0;
  padding: 10px 0px; 
  font-size: 12px; 
  line-height: 22px; 
  text-align: center; 
  position: fixed; 
  bottom: 0px; 
  width: 100%;
  height: 25px; 
  z-index: 999;
  color: #fff;
  display: none;
}

#cookies_accept {
  background-color: #01B5E0; 
  padding: 2px 10px; 
  color: #fff; 
  display: inline-block; 
  margin-left: 10px; 
  text-decoration: none; 
  cursor: pointer;
  text-transform: lowercase;
}

#cookies_accept:hover {
  color: #000;
}