/* --- component profile tags --- */

#profile_tag_container div.block_body {
	color: #505050;
}

#profile_tag_container a {
	text-decoration: none;
}

#profile_tag_container a:hover {
	text-decoration: underline;
}

a.profile_tag_delete {
	margin-right: 2px;
	color: #A10000;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

a.profile_tag_delete:hover {
	color: #CC0000;
	text-decoration: underline;
}

.profile_tag_input {
	width: 170px;
}




