/*  CSS for tb_char_counter plugin  */
/* This class added to all instances using plugin. You may also use the field specific IDs #fieldname_counter   */
 
.char_counter {
     float:right;
	 font-size: 75%;
     text-align:center;
	 padding: 3px 2px;
	 border: 2px solid #BB9;
	 margin-top: 0px;
	 margin-right: -3.9em;
	 width: 5.6em;
	 height: 4.4em;
	 overflow: visible;
	 background-color: #f2f2c9;
}	 


