This is the css used to display the info. There is a section that contains the location to the background image. Here is the image:

[code language="css"]div.StatusOfItemsL1 p.RemoveVersion,
div.StatusOfItemsL2 p.RemoveVersion,
div.StatusOfItemsL3 p.RemoveVersion,
div.StatusOfItemsL4 p.RemoveVersion,
div.StatusOfItemsL5 p.RemoveVersion
{
text-align: left;
margin-left: -10px;
margin-top: 11px;
}
.MarkNumber {
margin-top: -2px;
margin-left: -16px;
width:100%;
text-align: center !important;
font-family: Arial, Helvetica, sans-serif !important;
font-size: 16px !important;
font-weight: bolder !important;
color: #193F6B !important;
}
.MarkText {
margin-top: 2px;
margin-left: -16px;
width:100%;
text-align: center !important;
}
span.BoxClickable {
display: block;
height: 15px;
width: 40px;
margin-top: 10px;
margin-left:-10px;
margin-bottom: 0px;
cursor: pointer;
}
div.StatusOfItemsL1,
div.StatusOfItemsL2,
div.StatusOfItemsL3,
div.StatusOfItemsL4,
div.StatusOfItemsL5 {
/*float: left;*/
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bolder;
color: #193F6B;
padding-top: 4px;
padding-left: 17px;
background-position: 1px 0%;
width: 58px;
height: 75px;
}
div.StatusOfItemsL1,
div.StatusOfItemsL2,
div.StatusOfItemsL3,
div.StatusOfItemsL4,
div.StatusOfItemsL5 {
/* change the url to the path of the image */
background-image: url(../images/mark.png);
}
div.StatusOfItemsL1 a span.BoxHide,
div.StatusOfItemsL2 a span.BoxHide,
div.StatusOfItemsL3 a span.BoxHide,
div.StatusOfItemsL4 a span.BoxHide,
div.StatusOfItemsL5 a span.BoxHide {
display: none;
}
div.StatusOfItemsL1 span,
div.StatusOfItemsL2 span,
div.StatusOfItemsL3 span,
div.StatusOfItemsL4 span,
div.StatusOfItemsL5 span {
font-size: 9px;
font-weight: normal;
display: block;
}
div.StatusOfItemsL1 p,
div.StatusOfItemsL2 p,
div.StatusOfItemsL3 p,
div.StatusOfItemsL4 p,
div.StatusOfItemsL5 p {
text-align: left;
margin-left: -10px;
margin-top: 39px;
}
div.StatusOfItemsL1 p a,
div.StatusOfItemsL2 p a,
div.StatusOfItemsL3 p a,
div.StatusOfItemsL4 p a,
div.StatusOfItemsL5 p a {
color: #41A0CF !important;
font-family: Verdana, Arial, Helvetica, sans-serif !important;
font-size: 0.7em;
font-weight: normal;
}[/code]