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

#profile_tag_container
{
	padding: 2px;
}

.profile_tag_title_container
{
}

.profile_tag_title
{
	background: #A2BEC2 url('../../img/grad.gif') repeat-x;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 14px;
	color: #fff;
}

.profile_tag_body
{
	margin-bottom: 10px;
	border: 1px dotted #C49D9B;
	border-top: none;
	padding: 1px 3px;
	background: #FDF9F8;
	line-height: 16px;
}

.profile_tag_tags_container
{
	padding: 2px 4px;
	color: #B7554A;
}

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;
}




