/* $Id $ */

a#text_resize_increase {
  background: url(aBig-v1.jpg) no-repeat 0 0;
  display: block;
  float: right;
  width: 35px;
  height: 29px;
  margin: 6px 0 0 0;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
a#text_resize_reset {
  background: url(a_reset-v1.jpg) no-repeat 0 0;
  display: block;
  float: right;
  width: 29px;
  height: 24px;
  margin: 11px 0 0 3px;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
a#text_resize_decrease {
  background: url(aSmall-v1.jpg) no-repeat 0 0;
  display: block;
  float: right;
  width: 25px;
  height: 21px;
  margin: 14px 0 0 3px;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
#text_resize_clear {
  clear: both;
}