#cookieNotice {
	background-color: #ffffff;
	position: fixed;
	padding: 5px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	display: none;
}
#cookieNotice  #cookieNoticeText{
	display: inline;
}
#cookieNotice  #cookieNoticeOkButton{
	display: inline-block;
}
