Changing the marker border is not supported in the API. If you did into the SVG code (using a DOM inspector like Chrome's or Firefox's), you might be able to find a way to uniquely identify the markers to apply CSS to them, but this will only work for browsers other than IE 8 and older (which put the chart in an iframe, so you can't affect it with CSS on the main page, and use VML, so the elements are different and your selectors wouldn't work). Also, the internal structure of the charts is subject to change without notice as the API team makes improvements, so it is possible that future API updates will break your CSS.