/*!
 * 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;bottom:0;left:0;right:0;padding:0 85px 0 20px;
	background:#333;
	box-shadow:0 0 3px #ccc;z-index:10000;
	line-height:35px;
	height:35px;

}
.cookie-message .close-cookiebar{
	position:absolute;top:0px;right:20px;cursor:pointer;
	padding:0 8px;
	background:green;
	display:block;
}
.cookie-message p,.cookie-message .close-cookiebar {
	color:#fff;
	line-height:35px;
	font-size:12px;
}

.cookie-message .cookie-link {color:#fff; font-style:italic; margin-left:5px;}
