﻿.cookied  {
    position: fixed;
    background: #000;
    color: #fff;
	left: 0;
	padding: 10px 1% 10px;
	width: 100%;
	display: none;
    z-index: 9999;
    font-size: 12px;
    text-align: center;
}
.cookied a {
    color: #fff;
    text-decoration: underline;
}
.cookied a.cookiedOK {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    display: inline-block;
    width: 40px;
    height: 30px;
}
.cookied a.cookiedOK:before ,
.cookied a.cookiedOK:after {
    display: block;
    content: '';
    width: 2px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 0;
}
.cookied a.cookiedOK:before {
    -webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		    transform: rotate(45deg);
}
.cookied a.cookiedOK:after {
    -webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		    transform: rotate(-45deg);
}
.cookiedWidget {
    position: fixed;
    background: #000;
    color: #fff;
	left: 20px;
    bottom: 20px;
    width: 200px;
	padding: 10px 60px 10px 10px;
    border-radius: 5px;
	display: none;
    background-image: -moz-linear-gradient(top, #424242 0%, #000000 100%);
}