﻿/*
*  Notify Bar - jQuery plugin
*  Copyright (c) 2009-2010 Dmitri Smirnov
*  Licensed under the MIT license:
*  http://www.opensource.org/licenses/mit-license.php
*  Version: 1.2
*  Project home:
*  http://www.dmitri.me/blog/notify-bar
*/
.jquery-notify-bar{width:100%;position:fixed;bottom:0;left:0;z-index:32768;background:transparent url("https://www.goliveuk.com/js/opa75.png") repeat center center;color:#fff;text-align:center;padding:20px 0px;border-bottom:1px solid #bbb;cursor:pointer;}
.jquery-notify-bar.error{color:#f00;background-color:#fdd;}
.jquery-notify-bar.success{color:#060;background-color:#bbffb6;}
.notify-bar-close{position:absolute;left:95%;font-size:11px;}
.jquery-notify-bar a{color:#fff;}
a#accept-cookie{background-color:#267499;color:#fff;text-decoration:none;padding:0px 4px;}