Hello!
Sorry, but on this forum we only give support for tutorials. But this time i will answer. :)
Paste this code in the CSS style sheet:
- Code:
.post span.corners-top {
background: url(http://i49.servimg.com/u/f49/17/19/90/23/span10.png);
height: 34px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-top-left: 5px;
-moz-border-radius-top-right: 5px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}