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

#profile_tag_container
{
	 padding: 2px; width: 320px;margin-left: 50px;
	/*float: left;
	
	padding: 2px;
	*/

}

.profile_tag_title_container
{
	height: 17px;
	 background:  rgb(162, 187, 7) url('../../img/tags_cap_container_bg.gif') repeat-x top left; 
	/*border: 1px solid rgb(162, 187, 7);#0B95C5*/
}

.profile_tag_title_l
{
	float: left;
	width: 4px;
	height: 17px;
	background: rgb(162, 187, 7) url('../../img/tags_cap_left.gif') no-repeat top left;
}

.profile_tag_title
{
	float: left;
	padding: 2px 3px 2px 2px;
	background: rgb(162, 187, 7) url('../../img/tags_cap_bg.gif') repeat-x top left;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}

.profile_tag_title_r
{
	float: left;
	width: 6px;
	height: 17px;
	background: rgb(162, 187, 7) url('../../img/tags_cap_right.gif') no-repeat top left;
}

.profile_tag_body
{
	margin-bottom: 10px;
	border: 1px solid rgb(162, 187, 7);
	border-top: none;
	padding: 2px 3px;
	background: #F0F0F0;
	line-height: 18px;
}

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

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-top: 3px;
	text-align: center;*/
	padding-top: 3px;
text-align: left;
}

.profile_tag_input
{
	width: 150px;
}

#profile_tag_form_container .submit
{
	padding: 1px 8px;
}

