/*!
 * 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{display:none; z-index: 10000001; position: fixed; bottom: 0; left: 0; right: 0; padding: 10px 135px 10px 20px; background: #FF9800; color: #3d3d3d; border-bottom: 1px solid #ccc; box-shadow: 0 0 3px #ccc; text-align: center;}.cookie-message a{position:absolute;top:0;*top:-2px;right:20px;cursor:pointer; top: 50%; margin-top: -15px !important;}.cookie-message p,.cookie-message a{ color: #fff; font: 700 13px/20px Arial; margin: 6px 0; background: #3d3d3d; padding: 5px 10px;}.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} .cookie-message a.regularbtn {position: relative; background: transparent; margin: inherit; padding: inherit; color: inherit; width: inherit; padding-right: 0px; margin-right: 0px; font-size: 15px;}
