div.tree input {
	width: auto;
}
div.tree ul, tr div.tree li {
	float: none;
	list-style-type: none;
	width: auto;
}
div.tree li {
	padding: 0 0 5px 33px;
}
div.tree span {
	display: block;
	float: left;
	margin-left: -34px;
	cursor: default;
}
/* tr .tree span { border: 1px solid #333; background: #fff; color: #333; font-size: 14px; line-height: 8px; width: 10px; height: 10px; padding: 0; text-align: center; margin-top: 1px; overflow: hidden;} */
div.tree input { display: block; float: left; margin-left: -19px; }
div.tree ul ul { margin: 5px 0 0 -17px }
div.tree span.tree-expand,
div.tree span.tree-collapse {
	width: 12px;
	height: 12px;
	margin-top: 1px;
	text-indent: -2em;
	overflow: hidden;
}
div.tree span.tree-expand { background: transparent url(tree-expand.gif) center no-repeat; }
div.tree span.tree-collapse { background: transparent url(tree-collapse.gif) center no-repeat; }
