/* $Id $ */

a#text_resize_increase {
  /*background: url(aBig.gif) no-repeat 0 0;
  background: url(a3.png) no-repeat 0 0;
  text-indent: -9000px; 
  margin: 7px 0 0 0; */
  display: block;
  float: right;
  /*width: 28px;margin: 6px 0 0 0;*/
  width: 13px;
  height: 27px;
  margin: 6px 0 0 3px;
  outline: none;
  cursor: pointer;
  /* added */
  font-size:16px; 
  text-decoration:none;
  color:#000;
}
a#text_resize_reset {
  /*background: url(a_reset.gif) no-repeat 0 0;
  background: url(aa.png) no-repeat 0 0;
  text-indent: -9000px; 
  margin: 9px 0 0 3px; */
  display: block;
  float: right;
  /*width: 25px;*/
  width: 11px;
  height: 24px;
  margin: 6px 0 0 3px;
  outline: none;
  cursor: pointer;
  /* added */
  font-size:14px; 
  text-decoration:none; 
  color:#000;
}
a#text_resize_decrease {
  /*background: url(aSmall.gif) no-repeat 0 0;
  background: url(a.png) no-repeat 0 0;
  text-indent: -9000px;
  margin: 11px 0 0 3px; */
  display: block;
  float: right;
  /*width: 23px;*/
  width:7px;
  height: 21px;
  margin: 9px 3px 0 0;
  outline: none;
  cursor: pointer;
  /* added */
  font-size:11px; 
  text-decoration:none; 
  color:#000;
}
#text_resize_clear {
  clear: both;
}