#textarea_toolbar {
	/*float: right;*/
	width: 28px;	
	height: 14px;
	margin: 0 6px 0 290px;
	line-height: 0em;
	border: 0;
	text-indent: -9999px;		
}

#textarea_toolbar a {
	float: left;
	display: block;
	width: 14px;
	height: 14px;
	padding: 0;
	border: 0;
	cursor: pointer;	
	text-indent: -9999px;	
	overflow: hidden;
}

#textarea_toolbar a.dec {
	background: url(img/btn_dec.gif) no-repeat 0 0;
}

#textarea_toolbar a.inc{
	background: url(img/btn_inc.gif) no-repeat 0 0;
}

#textarea_toolbar a.dec:hover, #textarea_toolbar a.inc:hover {
	background-position: -13px 0;
}
