Rounded

rounded-lg
Css

Bacground image

background
Css
.background {
  background-image: url(/files/images/img_flwr.gif), url(/files/images/paper.gif);
  background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;
  border: 2px solid #73AD21;
  width: 800px;
}

Lift

Css
.lift {
  margin-top: -15px;
}

border-bottom-gold

border-bottom-gold
Css
.border-bottom-gold {
    border-bottom: solid 1px #BC9A59;
}