/* -- component profile tags -- */

#profile_tag_container
{
	padding: 2px;
}

.profile_tag_title_container
{
	height: 17px;
	background: #111 url('../../img/tags_cap_container_bg.gif') repeat-x top left;
}

.profile_tag_title_l
{
	float: left;
	width: 4px;
	height: 17px;
	background: #111 url('../../img/tags_cap_left.gif') no-repeat top left;
}

.profile_tag_title
{
	float: left;
	padding: 2px 3px 2px 2px;
	background: #111 url('../../img/tags_cap_bg.gif') repeat-x top left;
	font-weight: bold;
	color: #dfdfdf;
	text-transform: none;
}

.profile_tag_title_r
{
	float: left;
	width: 6px;
	height: 17px;
	background: #111 url('../../img/tags_cap_right.gif') no-repeat top left;
}

.profile_tag_body
{
	margin-bottom: 10px;
	border: 1px solid #600;
	border-top: none;
	padding: 1px 3px;
	background: #300;
	line-height: 16px;
}

.profile_tag_tags_container
{
	padding: 2px 4px;
	color: #6F0000;
	cursor: default;
}

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_form_container
{
	padding: 3px 6px;
}

.profile_tag_input
{
	width: 150px;
}

