/* $Id $ */

a#text_resize_increase {
  /*background: url(aBig.gif) no-repeat 0 0;*/
  display: block;
  float: right;
  width: 20px;
  height: 24px;
 margin: 0px 1px;
  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: 25px;
  height: 24px;
 margin: 0px 1px;
  outline: none;
  /*text-indent: -9000px;*/
  cursor: pointer;
}
a#text_resize_decrease {
  /*background: url(aSmall.gif) no-repeat 0 0;*/
  display: block;
  float: right;
  width: 20px;
  height: 24px;
  margin: 0px 1px;
  outline: none;
  /*text-indent: -9000px;*/
  cursor: pointer;
}
#text_resize_clear {
  clear: both;
}