
/*TextArea-Resizer*/
DIV.grippie{
	background:#eee url('jquery/textarearesizer/grippie.png') no-repeat scroll center 1px;
	border-color:#ddd; border-style:solid; border-width:0 1px 1px;
	height:8px; cursor:s-resize; overflow:hidden;
	}
.resizable-textarea TEXTAREA{display:block; margin-bottom:0; width:99%;}


