#component_tags{
 text-align: left;
}
#divCompView{
  text-align: left;
  position: absolute;
  left: 0px;
}
.comment_title{
   font-size: 14px;
   color:#000058;
   font-weight: bold;
   
}

.comment_little{
   font-size: 10px;
   color:black;
}  

.reported{
    color: #580000;
    font-weight: bold; 
}
.report{
    color:#000080;
    font-weight: bold; 
   
}
.report_small{
    color:#000080;
    font-weight: bold; 
}
.preferred{
  color: #580000;
  font-weight: bold; 
   
}
.preferred_small{
  color: #580000;
  font-weight: bold; 
}
.ordinary{
   color:black;
  font-weight: normal;    
}


.interest_block{
    position:relative;
    top:20px; 
}
.interested_mark{
  font-size: 2em;
  font-weight: bold;
  width: 40px;
  height: 26px;
  background: url(/images/interested_bubble.gif) no-repeat top left;
  text-align: right;
  margin-left:10px;
  color: #fff; 
  text-align: center;
  float: left; 
  line-height: 26px;
  margin-right:10px;
}
.interest_result{
    color: #580000;
    font-size: 16px;
    font-weight: bold;
}

.interest_result a:link,a:visited{
    color: #580000;
}