#tagtable {
	width: 1000px;
	border: 1px white;
	border-style: solid none none solid;
}

#tagtable td, #tagtable th {
	border: 1px white;
	border-style: none solid solid none;
	background-color: #ccc;
	padding: 0 2px;
	font-size: 12px;
}

#tagtable td.tagname {
	width: 525px;
}


#tagtable td.del {
	width: 14px;
}

#tagtable td.del img {
	margin: 0 2px;
}

#tagtable td.caption {
	padding: 2px 0 2px 6px;
}

#tagtable td p {
	float: left;
	margin: 3px 0 0 8px;
	padding: 0;
	
}

#tagtable img {
	float: left;
}

#tagtable .bar {
	background-color: #666;
	height: 16px;
	color: white;
	padding-left: 3px;
}

#profileTags .dialoog {
	width: 1000px;
}

#tagtable tr.mo td.highlight {
	background-color: #999;
}

#tabs li {
  color: #000;
}