TextInput {
borderStyle: solid;
borderColor: #ff0000;
borderThickness: 1;
cornerRadius: 8;
backgroundColor: #cccc00;
color: #6600ff;
textAlign: left;
letterSpacing: 2;
paddingLeft: 20;
paddingRight: 20;
fontFamily: Tahoma;
fontSize: 48;
fontWeight: bold;
fontStyle: italic;
textDecoration: underline;
dropShadowEnabled: true;
shadowDirection: left;
shadowDistance: 3;
dropShadowColor: #cc0099;
}