Yeah see with our language it's different, the software feeds from a toolkit (aka ControlTemplate), however you can specify your own style, OR you can do it inline as well...
<button id="close" s:fill="#ff0000" label="Red" on:click="close();"/>
creates a red close button....
Styling, Appearence, etc can be changed within the controls declaration.