amigos estoy probando el siguiente alert con stylo y no logro hacerlo funcionar alguien sabe porque?
<style type="text/css">
.Alert{
color : #124332;
background-color: #ffffff;
header-colors : #243322, #243322;
header-height:19;
drop-shadow-enabled: true;
drop-shadow-color :#243322;
corner-radius :6;
border-style :solid;
border-thickness: 1;
border-color : #243322;
footer-colors : #243322, #ffffff;
title-style-name : "title";
}
.title{
font-family :Verdana;
font-size :10;
font-weight :bold;
color :#ffffff;
}
</style>
</head>
<body>
<script language="javascript">
Alert.show('Welcome To Flex','Greetings');
</script>
</body>
</html>