/* -- component profile tags -- */
#profile_tag_container {
min-width:250px;
}

#profile_tag_container .block_body_wb {
	line-height: 18px;
}

#profile_tag_container a {
	text-decoration: underline;
}
#profile_tag_container a:hover {
	text-decoration:underline;
}

a.profile_tag_delete {
	margin-right: 2px;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

a.profile_tag_delete:hover {
	text-decoration: underline;
}

.profile_tag_input {
	width: 80px;
}

