xmlns:mx="http://www.adobe.com/2006/mxml"
layout="vertical">
.customTextInput {
borderStyle: inset;
borderColor: #ff0000;
backgroundColor: #ffff99;
color: #cc0000;
textAlign: center;
letterSpacing: 5;
fontSize: 24;
fontWeight: bold;
fontStyle: italic;
}
styleName="customTextInput"
width="200"
text="Value One" />
borderStyle="inset"
borderColor="#FF0000"
color="#CC0000"
textAlign="center"
letterSpacing="5"
fontSize="24"
fontWeight="bold"
fontStyle="italic"
width="200"
text="Value Two" />