Wanting radio button text not to wrap around radio button

I created this fiddle for my question: http://jsfiddle.net/4DPmH/

What I want is for the text in the longer items to NOT wrap back around the radio button but to align left with itself like an inline-block does. I’ve been pulling my hair out. I can make it work for the bottom two lis (the longer ones) but when I do that, the shorter li (“Write a new Treatment Plan”) gets all out of whack. Or if I fix the shorter line of text, then the bottom ones no longer wrap.

Help?

Try this:

Perfect, thanks.