I had the same problem too - it looks like qtip 1.x will not let you use a 'radius' thats less than the border width.
It looks like this is by design, and you'll have to move to qtip 2 (which isn't released yet) to get round it.
See this conversation between the developer of qtip and a user:
User: I've played a little with this,
and as far as I can detect it isn't
possible to use a border-radius that
is greater than the border-width. If I
configure a border-radius that's
greater than the border-width, the
border-width displayed will be the
same as the radius (in stead of what I
configured).
Developer: Unfortunately this is
neither a bug or feature, just an side
effect of the implementation. There
are no plans to implement this as 1.0
releases are now discontinued, and the
border engine is removed in the 2.0
releases in favour of standard
border-radius properties.