/* celebrity */
.b-user_popular {
  overflow:hidden;
  width:302px;
  float:left;
  padding:9px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
.b-user_popular_img {
  display:block;
  margin:0 10px 0px 0;
  width:50px;
  height:50px;
  border-radius: 2px; 
  -moz-border-radius:2px; 
  -webkit-border-radius: 2px;
  position:relative;
  float:left;
}
.b-user_popular_text {
  float:left;
  height:50px;
  overflow:hidden;
  width:240px;
}
.b-user_popular_name {
  font-size:18px;
}
.b-user_popular_info {
  margin-top:5px;
}
/* end celebrity */