/* $Id $ */

a#text_resize_increase {
 
  display:inline;
  width:25px;
  height:25px;
  text-indent: -9000px;
  cursor: pointer;
  padding:0px 0px 0px 0px;
}
a#text_resize_nomal {
  background:url(fontNormal.gif) no-repeat 0 0;
  display:inline;
  width:20px;
  padding:0px 5px 0px 0px;
  text-indent: -9000px;
  cursor: pointer;
 
}
a#text_resize_decrease {
  background:url(fontDecrease.gif) no-repeat 0 0;
  display:inline;
 width:15px;
 padding:0px 3px 0px 0px;
 font-family:
 /* height:27px;
  margin:12px 0 0 3px;
  outline: none;*/
  text-indent: -9000px;
  cursor: pointer;
}
#text_resize_clear {
   clear: both;
}
div.block-text_resize {
	padding:0px 0px 0px 100px;
	margin:2px 0px 0px 0px;
	height:23px;
	
}
div.block-text_resize h2{
	display:none;
}
div.block-text_resize div.text_resize_clear div.text_resize_clear{
display:none;
}
div.text_resize h3{
display:none;
}

