You can try the text-indent CSS attribute. It can be applied to the entire list, or to the bullets independently, though it won't work if you expect your text to flow from line to line.
Alternatively, you can use the padding-left attribute on the list items (notnot on the list itself!).