/*body { margin-top:50px;}*/
#cookie-notice { display:none; padding:0!important; position:relative; z-index:1003; width:100%; height:80px; position:fixed; -webkit-box-shadow: 0 8px 6px -6px #999; -moz-box-shadow: 0 8px 6px -6px #999; box-shadow: 0 8px 6px -6px #999; }
#cookie-notice.top { top:0; }
#cookie-notice.bottom { bottom:0; }
#cookie-notice .notice-bg { position:absolute; width:100%; height:100%; zoom:1; filter:alpha(opacity=90); opacity:0.90; z-index:1001; background-color:#fff; }
#cookie-notice .notice { border:none; float:left; position:relative; z-index:1002; }
#cookie-notice .notice p { display:table-cell; height:80px;  line-height:1.2; vertical-align:middle; font-size:13px; font-weight:bold; color:#333; text-transform:none; }
#cookie-notice .notice p.mode1 { padding:0 120px 0 30px; }
#cookie-notice .notice p.mode3 { padding:0 280px 0 30px; }
#cookie-notice .notice p a { font-size:13px; color:#8eba14; text-decoration:underline; }
#cookie-notice .buttons { position:absolute; z-index:1002; top:30px; right:30px; }
#cookie-notice .buttons a { padding:7px 10px; color:#fff; text-decoration:none; font-weight:bold; font-size:12px; margin:0 0 0 10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow: 0 1px 2px 0px #555; -moz-box-shadow: 0 1px 2px 0px #555; box-shadow: 0 1px 2px 0px #555; }
#cookie-notice .buttons a.yes { 
	 /* fallback */ background-color: #a6ce39;
	 /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a6ce39), to(#8eba14)); 
	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #a6ce39, #8eba14); 
	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #a6ce39, #8eba14); 
	 /* IE 10 */ background: -ms-linear-gradient(top, #a6ce39, #8eba14); 
	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #a6ce39, #8eba14);
}
#cookie-notice .buttons a.yes:hover { 
	color:#ddd;
	text-decoration:none;
	 /* fallback */ background-color: #8eba14;
	 /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8eba14), to(#a6ce39)); 
	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #8eba14, #a6ce39); 
	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #8eba14, #a6ce39); 
	 /* IE 10 */ background: -ms-linear-gradient(top, #8eba14, #a6ce39); 
	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #8eba14, #a6ce39);
}
#cookie-notice .buttons a.no { 
	 /* fallback */ background-color: #ff8c00;
	 /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8c00), to(#ff6800)); 
	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #ff8c00, #ff6800); 
	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #ff8c00, #ff6800); 
	 /* IE 10 */ background: -ms-linear-gradient(top, #ff8c00, #ff6800); 
	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #ff8c00, #ff6800);
}
#cookie-notice .buttons a.no:hover { 
	color:#ddd;
	text-decoration:none;
	 /* fallback */ background-color: #ff6800;
	 /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6800), to(#ff8c00)); 
	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #ff6800, #ff8c00); 
	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #ff6800, #ff8c00); 
	 /* IE 10 */ background: -ms-linear-gradient(top, #ff6800, #ff8c00); 
	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #ff6800, #ff8c00);
}

