/* $Id $ */

a#text_resize_increase {
  display: inline-block;
  outline: none;
  cursor: pointer;
  /*background: url(../images/aBig.gif) no-repeat 0 0;
  float: right;
  width: 28px;
  height: 27px;
  margin: 6px 0 0 0;
  text-indent: -9000px;*/
}
a#text_resize_reset {
  display: inline-block;
  outline: none;
  cursor: pointer;
  /*background: url(../images/aReset.gif) no-repeat 0 0;
  float: right;
  width: 25px;
  height: 24px;
  margin: 9px 0 0 3px;
  text-indent: -9000px;*/
}
a#text_resize_decrease {
  display: inline-block;
  outline: none;
  cursor: pointer;
  /*background: url(../images/aSmall.gif) no-repeat 0 0;
  float: right;
  width: 23px;
  height: 21px;
  margin: 12px 0 0 3px;
  text-indent: -9000px;*/
}
a#text_resize_increase, #text_resize_reset, #text_resize_decrease {
	/*width:28px;
	height:27px;
	margin-top: 3%;
	margin-left: 1%;*/
}
#text_resize_clear {
  clear: both;
}
.block-text-resize .contextual {
  right: -20px; /* LTR */
}
.block-text-resize [dir="rtl"] .contextual {
  left: -20px;
}
