First, use the updated technique found on my blog; it’s simpler and the name is not hoaky.
http://modxcms.com/simple-rounded-corner-css-boxes.html
you should be able to put the span inside the H2 (or whatever you used) element then style via
h2 span {
display:block;
float:right;
}