/* CSS file */
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
/*
//=======================================================================================
// ** SparkButton Example **
// -- Author:Patrick Hansen | http://wwww.patrickhansen.com
//========================================================================================
*/

/*
//------------------------------
// **Button
//------------------------------
*/
s|Button.customButton {
    skinClass: ClassReference('assets.skins.Button_custom_skin');
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}