/**
 * Resizable text areas
 */
.resizable-textarea {
}

.resizable-textarea .grippie {
    width: 428px;
	height: 14px;
	background: #ccc url(/gfx/grippie.png) no-repeat 100% 100%;
    border: 1px solid #bfbfbf;
	border-top-width: 0;
	cursor: s-resize;
}