.b-recipe {
  background: #f1f1f1;
  padding:9px 9px 5px;
  border-radius: 5px; 
  -moz-border-radius:5px; 
  -webkit-border-radius: 5px;
  width:612px;
}
.b-recipe h5 { 
  font-size:14px;
  font-weight:bold;
}
.b-recipe_box {
  width:296px;
}
.b-recipe_box_part {
  border-bottom:1px #dbdbdb solid;
  overflow:hidden; 
  padding:6px 9px;
}
.b-recipe_box_part_bnull {
  border:0px !important;
}
.b-recipe_box_part span+span {
  color:#000;
}