#SpecialTags {
	min-height: 350px;
}

#SpecialTags #deki-site-tags-list h2 {
	margin: 0px;
}

#SpecialTags span.tag-type {
	font-size: 10px;
	color: #666;
	float: none;
}

#SpecialTags .tag-remove {
	clear: both;
}

#SpecialTags .tag-type {
	display: none;
}

#SpecialTags ul,
#SpecialTags #deki-site-tags-list ul {
	float: left;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 2.5em;
	padding-top: 0px;
	margin-top: 0px;
}

#SpecialTags ul {
	padding-top: 5px;
}

#SpecialTags .tag-edit li {
	float: none;
	list-style-type: none;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

div.tag-list {
	clear: both;
	padding-top: 0.5em;
}

/* IE6 fixes */
* html body #SpecialTags {
	height: 350px;
}

