

/* rounded corners */

.r-star {
  position:relative;
  overflow:hidden;
  padding:5px 0;
}

  .r-star .content {
    padding:5px 10px;
  }

  .r-star .cn {
    position:absolute;
    width:10px;
    height:10px;
    left:-5px;
    top:-5px;
  }
  
  .r-star .blue-white {
    background:url(../images/blue-white-star-5.png);
  }
  
  .r-star .white-gray-border {
    background:url(../images/white-gray-border-star-5.png);
  }

  .r-star .cn.tr, 
  .r-star .cn.br {
    margin-left:100%;
  }

  .r-star .cn.bl, 
  .r-star .cn.br {
    top:auto;
  }
