﻿div#catfish-banner	
{ 
background: transparent; 
width: 100%; 
height: 35px; 
padding: 0px; 
margin: 0px; 
overflow: hidden; 
position: fixed; 
left: 0px; 
bottom: 0px; 
z-index: 9999; 
display: none; 
}
div#catfish-banner div.banner													
{ overflow: hidden; }
a#catfish-banner-close																
{ 
display: block; 
background: url(http://www.xblog.lv/wp-content/themes/x-blog/images/catfish-close-hover.png) no-repeat; 
width: 20px; 
height: 20px; 
position: absolute; 
right: 0px; 
top: 0px; }
a#catfish-banner-close:hover													
{ background: url(http://www.xblog.lv/wp-content/themes/x-blog/images/catfish-close-hover.png) no-repeat; }
div.tip, div.ajaxtip {
  background: #FFFFFF;
  border: #E1E1E1 1px outset;
  color: #4B4B4B;
  font-family: tahoma;
  font-size: 8pt;
  width: 200px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px;
  display: none;
  z-index: 99999;
}
