/* $Id $ */

a#text_resize_increase {
  display: block;
  float: left;
  width: 28px;
  height: 27px;
  outline: none;
  cursor: pointer;
}
a#text_resize_reset {
  background: url(a_reset.gif) no-repeat 0 0;
  display: block;
  float: right;
  width: 25px;
  height: 24px;
  margin: 9px 0 0 3px;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
a#text_resize_decrease {
  display: block;
  float: left;
  width: 23px;
  height: 21px;
  outline: none;
  cursor: pointer;
}
#text_resize_clear {
  clear: both;
}
#block-text-resize-0{
margin: -5px 35px 0 0;
}
#block-text-resize-0 a{
      color: #999999;
    font-family: times New Roman;
    font-size: 17px;
}
#block-text-resize-0 a:hover{
   color: #444;
}