/*!
 * 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.
 */

.cookie-message{position:fixed;top:0;left:0;right:0;padding:0 85px 0 20px;background:#fff;border-bottom:1px solid #ccc;box-shadow:0 0 3px #ccc;z-index:99}.cookie-message a{cursor:pointer;text-decoration: underline;font-weight: bold;}.cookie-message p,.cookie-message a{color:#333;font:700 11px/18px Arial;margin:.6em 0}.blue{border-bottom:1px solid #3A662E;background-color:#3A662E;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3A662E),color-stop(50%,#3A662E),color-stop(100%,#3A662E));background:-webkit-linear-gradient(#3A662E,#3A662E,#3A662E);background:-moz-linear-gradient(#3A662E,#3A662E,#3A662E);background:-o-linear-gradient(#3A662E,#3A662E,#3A662E);background:-ms-linear-gradient(#3A662E,#3A662E,#3A662E);background:linear-gradient(#3A662E,#3A662E,#3A662E)}.blue p,.blue a{color:#fff}