.cuTextWrap{
	width: 298px;
	height: 133px;
	color: #000;
	resize: none;
	padding: 5px; 
	position: relative;
}

.cuTextWrap .scroll-pane {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url(../core/images/textarea_bg.png) repeat-y;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cuTextWrap textarea{
	width: 283px;
	display: block;
	overflow:hidden;
	border:none;
	background:none;
	
}

.cuTextWrap textarea:focus {
	outline: 0;
}

.cuTextWrap .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.cuTextWrap .jScrollPaneTrack {
	background: none;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}

.cuTextWrap .jScrollPaneDrag {
	position: absolute;
	background: url(../core/images/scroll_shape.png) no-repeat center;
	cursor: pointer;
	overflow: hidden;
}

.cuTextWrap .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 0;
}

.cuTextWrap .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 0;
}

* html .cuTextWrap .jScrollPaneDragBottom {
	bottom: -1px;
}

.cuTextWrap a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 11px;
	background: url(../core/images/gray_arrow_up.png) no-repeat;
}

.cuTextWrap a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 11px;
	background: url(../core/images/gray_arrow_down.png) no-repeat;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 10px;
	height: 10px;
	right: 1px;
	bottom: 1px;
}