#cookie #cookiePopUpDiv {
  position:fixed;
  width:100%;
  max-width:1600px;
  min-height:25px;
  z-index:9002;
  background:#000;
  bottom:0;
  opacity:0.9;
  filter:alpha(opacity=90);
  left:0;
  right:0;
  margin:0 auto;
  padding:10px 0px;
  display: inline-table;
}
#cookie #cookiePopUpDiv .text {
  line-height:25px;
  font-size:14px;
  margin-left:15px;
  color:#fff;
  font-family: brandonregular;
  display:inline-block;
  margin-right:40px;
}
#cookie #cookiePopUpDiv .text a {
  color:#6d6d74;
  text-decoration:none;
  font-size:14px;
}
#cookie #cookiePopUpDiv #cookieNotificationCloseLink {
  position:absolute;
  top:10px;
  right:10px;
  margin:0 auto;
  width:25px;
  height:25px;
  background:url(../images/close.png) no-repeat;
}