xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:custom="*">
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
s|Button:up {
baseColor: black;
color: #FFFFFF;
}
s|Button:over {
baseColor: gray;
fontWeight: "bold";
color: #FFFFFF;
}
s|Button:down {
baseColor: blue;
fontWeight: "bold";
color: #FFFF66;
}