/* $Id $ */

button#text_resize_increase {
  background: url(aBig.gif) no-repeat 0 0;
  width: 28px;
  height: 27px;
  margin: 6px 0 0 0;
}
button#text_resize_reset {
  background: url(a_reset.gif) no-repeat 0 0;
  width: 25px;
  height: 24px;
  margin: 9px 0 0 3px;
}
button#text_resize_decrease {
  background: url(aSmall.gif) no-repeat 0 0;
  width: 23px;
  height: 21px;
  margin: 12px 0 0 3px;

}
#text_resize_clear {
  clear: both;
}