
#cookiesBar {
    background: url("img/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #FFFFFF;
    font: 400 11px/1em Arial,sans-serif;
    min-height: 120px;
    padding: 0;
    position: fixed;
    right: 0;
    width: 520px;
	max-width: 100%;
    z-index: 9999;
}

#cookiesBar a {
    color: #EE3A80;
    text-decoration:none;
    float: right;
}
#cookiesBar a:hover { text-decoration:underline; }

#cookiesBar p {
    margin: 0;
    line-height: 14px;
	font-size:11px;
	color:#fff;
}

#cookiesBar h4 {
    color:#157d91;
	font-size:14px;
	margin:0px;
	padding: 0 90px 0 0;
}

#cookiesBarWrap {
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 100%;
	box-sizing: border-box;
}

#cookiesBarClose {
    display: block;
    width: 100px;
    height: 30px;
    background: url("img/close.png") 0 0 no-repeat;
    text-indent: -999em;
    position: absolute;
        top: 2px;
        right: 0;
}
a#cookiesBarClose { border: 0; }
#cookiesBarClose:hover {  }