



.balloon {
  position: absolute;
  left: -300px;
  top: -300px;
/*
  width: 300px;
  height: 300px;
*/

  z-index: 1000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.b_text {
  margin: -17px -10px 0px -10px;
}

.b_ind {
  margin-top: -17px;
  margin-left: -17px;
  text-align: left;
  color: #00f;
}

.top-left {
  margin-right: 28px; /* clip right corner */
  background: url('/imgs/balloon/tl.png') 0 0 no-repeat;
  height: 25px; /* vertical: show first half of the image with the top-corners in it */
  font-size: 2px; /* correct height for IE */
}
.top {
  margin-top: -25px; /* to level of top-left corner */
  margin-left: 25px; /* clip left corner */
  margin-right: 28px; /* clip right corner */
  background: url('/imgs/balloon/t.png') 0 0 repeat-x;
  height: 25px; 
  font-size: 2px;
}
.top-right {
  margin-top: -25px; /* to level of top-left corner */
  background: url('/imgs/balloon/tr.png') 100% 0 no-repeat; 
  height: 25px; 
  font-size: 2px;
}
.bottom-left {
  margin-right: 28px; /* clip right corner */
  background: url('/imgs/balloon/bl.png') 0 100% no-repeat;
  height: 28px;
  font-size: 2px;
}
.bottom {
  margin-top: -28px; /* to level of bottom-left corner */
  margin-left: 25px; /* clip left corner */
  margin-right: 28px; /* clip right corner */
  background: url('/imgs/balloon/b.png') 0 100% repeat-x;
  height: 28px; 
  font-size: 2px;
}
.bottom-think {
  margin-top: -7px; /* to level of bottom-left corner */
  margin-left: 40%; /* clip left corner */
  margin-right: 28px; /* clip right corner */
  background: url('/imgs/balloon/think.png') 0 100% no-repeat; 
/*  height: 60px; */
  height: 37px; 
  width: 36px;
  font-size: 2px;
}
.bottom-arrow {
/*  margin-top: -37px; /* to level of bottom-left corner */
  margin-top: -7px;
  margin-left: 40%; /* clip left corner */
  margin-right: 28px; /* clip right corner */
  background: url('/imgs/balloon/arrow.png') 0 100% no-repeat; 
  height: 37px; 
  width: 36px;
  font-size: 2px; 
}
.bottom-right2 {
  margin-top: -58px; /* to level of bottom-left corner */
  margin-left: 25px; /* clip left corner */
  background: url('/imgs/balloon/br.png') 100% 100% no-repeat; 
  height: 28px; 
  font-size: 2px; 
}
.bottom-right {
  margin-top: -28px; /* to level of bottom-left corner */
  margin-left: 25px; /* clip left corner */
  background: url('/imgs/balloon/br.png') 100% 100% no-repeat; 
  font-size: 2px; 
  height: 28px;
}
.insideleft {
  background: url('/imgs/balloon/l.png') 0 0 repeat-y; 
}
.insideright {
  background: url('/imgs/balloon/r.png') 100% 0 repeat-y; 
  padding-left: 25px;
  padding-right: 28px;
}
.inside {
  background: #fff;
  color: #000000;
}
.gapsaver {
  height: 1px; 
  margin: 0 0 -1px 0;
  padding: 0;
  font-size: 1px; /* to correct IE */
}



