Try this and ignore the styling for the div.
PHP Code:
<div style='width:88%; text-align:left;border:dotted;margin:3em auto'>
<span>Africa</span>
<input type="checkbox" name="strCustTerr1" value="" style="display:inline-block; width:0px;" />
<input type="checkbox" name="strCustTerr2" value="" style="display:inline-block; width:50px;" />
<input type="checkbox" name="strCustTerr1" value="" style="width:100px;" />
<input type="checkbox" name="strCustTerr2" value="" style="width:50px;" />
</div>
The checkboxés are inline components and may work without the display-block but I think best to include them so it works in every browser.
.
[/PHP]
Bookmarks