.resizer
{
	border-top: 1px solid;
	border-color: #f5f5f5;
	line-height: 0;
	font-size: 0.01em;
	background-color: #ededed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: none;
}

.resizer.horizontal{
	cursor: w-resize;
	background-image: url('/.style/standard/xhtml/resizer/horizontal.gif');
}

.resizer.vertical{
	cursor: s-resize;
	background-image: url('/.style/standard/xhtml/resizer/vertical.gif');
}

.resizer div
{
	height: 9px;
	position: relative;
}

.js .resizer
{
	display: block;
	-position: relative;
}
