/* $Id $ */

a#text_resize_increase {
  background: url(increase.gif) no-repeat 0 0;
  display: block;
  float: left;
  width: 18px; /* 28px */
  height: 18px; /* 27 */
  /* margin: 6px 0 0 0; */
  margin: -23px 0 0 2px;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
a#text_resize_reset {
  background: url(a_reset.gif) no-repeat 0 0;
  display: block;
  float: right;
  width: 18px; 
  height: 18px; 
  margin: 9px 0 0 3px;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
a#text_resize_decrease {
  background: url(decrease.gif) no-repeat 0 0;
  display: block;
  float: right;
  width: 18px;/* 23px */
  height: 18px;/* 21 */
  margin: -23px 0 0 0px; /* 17px 0 0 3px*/
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
#text_resize_clear {
  clear: both;
}