#catface {
  border-left:0;
  border-right:0;
  bottom:0;
  display:none;
  height:80px;
  left:0;
  margin-left:0;
  margin-right:0;
  padding-left:0;
  padding-right:0;
  padding-top:10px;
  position:fixed;
  text-align:center;
  width: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 div#beach-image {
	float:left;
	background:url(/images/slideup-gif_01.gif) no-repeat;
	width:260px;
	height:90px;
}

#catface fieldset {
	border:none;
	font-size:13px;
	padding-top:10px;
}

#catface div#close-slide {
	float:right;
	font-weight:200;
	font-size:small;
}

#catface .catface-close { border:0;position:absolute;right:4px;top:0px; }

#catface .catface-close img { border:0; }

#catface .catface-content { background:url(/images/slideup-gif_02.gif) repeat-x; height:90px; float:left; width:100%;}

#catface .catface-loading { text-align:center; }

#catface .catface-loading img { margin:auto;padding:10px 20px; }
