

.div_expander_v {
	width: 4px;
	cursor: w-resize;
	background: #E0E0E0 url('expander_v.gif') no-repeat;
	background-position: center center;
	flex-shrink: 0;
}

.div_expander_v:hover {
	background-color: #ccc;
}


.div_expander {
	height: 10px;
	cursor: s-resize;
	background: #E0E0E0 url('expander.gif') no-repeat;
	background-position: center;
}





.textbox_expander {
	height: 10px;
	cursor: s-resize;
	background: #E0E0E0 url('expander.gif') no-repeat;
	background-position: center;
}