#catface {
  background:transparent url(shadow.png) repeat-x;
  border-left:0;
  border-right:0;
  bottom:0;
  display:none;
  left:0;
  margin-left:0;
  margin-right:0;
  padding-left:0;
  padding-right:0;
  padding-top:10px;
  position:fixed;
  text-align:center;
  width:100%;
  z-index:100;
}

#catface.catface-ie {
  bottom:expression((0 - document.documentElement.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) + (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
  left:0;
  overflow:hidden;
  position:absolute;
  right:0;
  width:expression((document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) + 'px');
}

#catface .catface-body { position:relative;z-index:100; }

#catface .catface-close { border:0;position:absolute;right:4px;top:4px; }

#catface .catface-close img { border:0; }

#catface .catface-content { padding:1em; }

#catface .catface-loading { text-align:center; }

#catface .catface-loading img { margin:auto;padding:10px 20px; }