/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
body > .ui-widget.cookie-message{
	position:fixed;
  bottom:0;left:0;right:0;z-index:9999;border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
}
.cookie-message-inner {
  max-width: 1140px;
	margin:auto;
	    width: 100%;
  padding:0 85px 0 20px;
  background:transparent;
  border:none;
  z-index: 99;
	position:relative;
}
.cookie-message a {
  position:absolute;
  top:-6px; right:20px;
  cursor:pointer;
	margin:0 !important;
}
.cookie-message p, .cookie-message a {
  color:#333;
  font:bold 11px/18px Arial;
  margin:1.6em 0;
}
.cookiebar-close {
	border-radius:15px;padding:6px 15px;background-color:#fff;
}
.cookiebar-close:hover{opacity:0.7;}
.blue {
  border-bottom:1px solid #0E83AE;
  background-color:#0990c3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e83ae), color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
  background: -webkit-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -moz-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -o-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -ms-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: linear-gradient(#0e83ae, #0990c3, #0e9dd2);
}
.blue p, .blue a { color:#fff; }