/* text resizer */

a#text_resize_increase {
  background:url(/sites/all/modules/text_resize/aBig.gif) no-repeat 0 0;
  display:block;
  float: right;
  width:26px;
  height:17px;
  margin:0px 0 0 0;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
a#text_resize_decrease {
  background:url(/sites/all/modules/text_resize/aSmall.gif) no-repeat 0 0;
  display:block;
  float: right;
  width:69px;
  height:17px;
  margin:0px 0 0 3px;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
#text_resize_clear {
  clear: both;
}
