/*.tip           { width:295px; background-color:#333333; }  
.tip-top       { background:url(tip-top.png) top left no-repeat; height:26px; width:295px; }  
.tip-title      { color:#e95e25; font-weight:bold; margin:0 30px 0 50px; }  
.tip-text       { color:#000; padding:10px 30px 20px 50px; }  
.tip-bottom     { background:url(tip-bottom.png) left bottom no-repeat; width:295px; height:81px; } */


.tip { 
  text-align:left;
  width: auto; 
  padding: 8px;
  background-color:#000000;
  
  position: relative;
  top: -21px;
  left: 0px;
  opacity: .8;
  -khtml-opacity: 0.8;  
  filter: alpha(opacity=80);
  -moz-opacity:0.8;  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  }


.tip-title 
  { color:#ffffff; }  

