#cookies-message {
	padding: 10px 0px;
	border-top: 1px solid rgb(211, 208, 208);
	text-align: center;
	position: fixed;
		bottom: 0px;
		left: 0;
	background: #ebebeb;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #fff), color-stop(100%, #ebebeb));
        background-image: -webkit-linear-gradient(#fff, #ebebeb);
        background-image: -moz-linear-gradient(#fff, #ebebeb);
        background-image: -o-linear-gradient(#fff, #ebebeb);
        background-image: -ms-linear-gradient(#fff, #ebebeb);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ebebeb);
        background-image: linear-gradient(#fff, #ebebeb);
	width: 100%;
	z-index: 999;
	color: #414141;
    /*font: 400 normal 12px/1.5em "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;*/
}

#cookies-message a {
    color: #414141;
	text-decoration: none;
    border-bottom: 1px dotted #aeaeae;
}

#accept-cookies-checkbox
{
	background-color: #C22026;
	padding: 5px 10px;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
}

#accept-cookies-checkbox:link,
#accept-cookies-checkbox:visited {
	color: #FFF;
	border: none;
}