ul.tree, ul.tree ul {
	list-style: none;
	padding:3px 0px 5px 5px;
	margin:0px;
}

ul.tree ul {
	padding:0px 5px;
	margin:0px 0px 0px 10px;
}

ul.tree li {
	white-space: nowrap;
}

ul.tree img {
	margin-bottom:-3px;
	padding-right:3px;
}

ul.tree img:hover {
	cursor: pointer;
	padding-right:3px;
}

div.recipients {
	margin-top: 10px;
	border-top: dotted 1px black;
}

ul.tree li label {
 	cursor: pointer;
	margin:0;
}

span.count {
	font-size:14px;
}

div.kwBox {
	width:220px;
	position:absolute;
	display:inline;
}

div.kwPointer {
	float:left;
	width:20px;
	height:20px;
	background-image:url('../images/kw_pointer.gif');
	background-repeat:no-repeat;
	background-position:center right;
}

div.kwContainer {
	float:right;
	width:200px;
}

div.kwTop {
	height:8px;
	background-image:url('../images/kw_top.gif');
	background-repeat:no-repeat;
	background-position:top center;
}

div.kwContent {
	background-image:url('../images/kw_center.gif');
	background-repeat:repeat-y;
	background-position:center center;
	padding:0px;
}

div.kwBottom {
	height:8px;
	background-image:url('../images/kw_bottom.gif');
	background-repeat:no-repeat;
	background-position:bottom center;
}

div.kwContent ul.keyword {
	padding:0px;
	margin:0px;
}
div.kwContent ul.keyword li {
	text-align:left;
	float:left;
}