Form {
fontFamily: ArialEmbedded;
}
FormHeading {
color: haloSilver;
fontSize: 24;
}
FormItem {
labelStyleName: defaultLabel;
}
.defaultLabel {
color: black;
fontSize: 10;
fontStyle: italic;
fontWeight: normal;
}
.requiredLabel {
color: red;
fontSize: 12;
fontWeight: bold;
}