#cookiesContainer{
	display: none;
	width: 914px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 49px; left: 0;
	margin: 0;
	padding: 0 23px;
	background: #c6dff7;
	border-bottom: 1px solid #a0b2c3;

	color: #313131;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
}
.cookiesText a{
    color: #2E6E9E;
}
.cookiesText a:hover{
    text-decoration: underline;
}
.cookiesText p{
    padding: 0;
    margin: 0;
}
a.acceptButton{
	overflow: hidden;
    position: absolute;
	top: 0; right: 15px;
	width: 32px; height: 32px;
    background:  url(images/closeBut.png) 0 0 no-repeat;
}