/* --- Profile Tag CSS --- */

#profile_tag_container
{
	width: 250px;
	padding: 2px;
}

.profile_tag_tags_container
{
	padding: 2px 4px;
	color:#6b848f;
}

a.profile_tag_delete:link, a.profile_tag_delete:visited
{
	font-weight: bold;
	color: #7f0000;
	text-decoration: none;
	cursor: pointer;
}

a.profile_tag_delete:active, 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;
}

.profile_tag_top 
{
	
	background: transparent url('../../img/profile_tag_t.gif') no-repeat;
	background-position:center bottom;
	width:270px;
	height:26px;
	margin:0px 0 0 0;
	clear:both;
}

.profile_tag_middle
{
	
	background: #fff url('../../img/profile_tag_m.gif') repeat-y;
	width:270px;
	clear:both;
	padding:5px;
	float:left;


}

.profile_tag_bottom 
{
	
	background: transparent url('../../img/profile_tag_b.gif') no-repeat;
	width:270px;
	height:6px;
	clear:both;
	float:left;
	margin:0 0 5px 0;

} 

.profile_tag_title 
{

	font-weight:bold;
	color:#d87e04;
	width:200px;
	font-size:11px;
	padding:6px 0 1px 5px;
	

}
