Basic idea: For the a.boxclose:
border-radius: 40px;
width:20px;
height 10px;
background-color: #c0c0c0;
border: 1px solid black;
color: white;
padding-left: 10px;
padding-top: 4px;
Adding a "X" to the content of the close box.
http://jsfiddle.net/adzFe/1/
Quick and dirty, but works.