
div.grippie {
	border: 1px solid #DDDDDD;
	border-top-width: 0;
	background-color: #EEEEEE;
	height: 9px;
	cursor: s-resize;
	background-image: url("grippie.png");
	background-repeat: no-repeat;
	background-position: center 2px;
	margin: 0;
}

.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
	/* http://bugs.jqueryui.com/ticket/7233
	 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
	*/
	background-image:url(data:);
}

div.textarea_counter {
	padding: 2px 2px 2px 4px;
}
