.handle-normal, .handle-highlight {
	display: block;
	height: 5px;
	border: 0;
	cursor: s-resize;
	padding: 0;
	margin: 0;
}
.handle-normal {
	color: #ddd;
	background: #ddd;
}
.handle-highlight {
	color: #69c;
	background: #69c;
}
* html body .handle-normal, * html body .handle-highlight {
	margin-top: -8px;
}