div.grippie {
	background:#eee url(/js/js.textarearesizer/grippie.png) no-repeat scroll center 4px;
	border-color:#ccc;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:13px;
	overflow:hidden;
	}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:95%;
	height: 20%;
	}