/* --- Profile Tag CSS --- */

#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: #dfdfdf;
}

a.profile_tag_delete:link,
a.profile_tag_delete:visited
{
	font-weight: bold;
	color: #7f0000;
	text-decoration: none;
	cursor: pointer;
}

a.profile_tag_delete:hover
{
	color: #bf1717;
}

#profile_tag_form_container
{
	padding-top: 3px;
	text-align: left;
	clear:both;
	width:250px;
}

.profile_tag_input
{
	width: 140px;
}




