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

textarea.resizable {
	margin: 0px;
	display: block;
}