/* --- Profile Tag CSS --- */
#profile_tag_container{
padding:2px;
width:270px;
}
#profile_tag_container a{
text-decoration:none;
}
#profile_tag_container a:hover{
text-decoration:underline;
}
.profile_tag_delete{
font-weight:bold;
color:#7f0000;
text-decoration:none;
cursor:pointer;
}
.profile_tag_delete:hover{
color: #bf1717;
}
.profile_tag_input{
width: 180px;
}



