/* CSS - Profile Tag */

#comp_profile_tag {

}

#comp_profile_tag .submit {

	width: 39px;
	height: 18px;
	padding: 18px 0 0;
	background: transparent url(../../img/button/tag_btn.gif) no-repeat center top;

}

#comp_profile_tag .submit:hover {

	background: transparent url(../../img/button/tag_btn.gif) no-repeat 0 -18px;

}

#profile_tag_container {

	padding:2px;
	width:270px;

}

#tag_box {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:260px;
} 

#tag_box .content_box_body {
	padding-left:30px;
}

.tag_section {

	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	line-height:1.6em;

}

.profile_tag_input {

	width: 180px;

}



