#cookie #cookiePopUpDiv {
  position:fixed;
  width:980px;
  min-height:25px;
  z-index:9002;
  background:#ffffff;
  bottom:0;
  opacity:0.9;
  left:0;
  right:0;
  margin:0 auto;
  padding:10px 0;
}
#cookie #cookiePopUpDiv .text {
  line-height:25px;
  font-size:13px;
  font-weight:700;
  margin-left:15px;
  color:#000000;
}
#cookie #cookiePopUpDiv .text a {
  color:#6d6d74;
  text-decoration:none;
}
#cookie #cookiePopUpDiv #cookieNotificationCloseLink {
  position:absolute;
  top:0px;
  right:10px;
  margin:0 auto;
  width:25px;
  height:25px;
  background:url(../images/close.png) no-repeat;
}