Application Name
Application Login
 
CSS Page Templates | Manage Records

Forms Fields & UI Elements  
Form Text: Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium. .FormText { font-size: 14px; font-weight: bold; }
Form Label:
.FormTextField { font-size: 12px; font-weight: normal; width: 90%; padding-left: 5px; color: #000; background-color: #FFF; }
Alert Text Label:
.FormTextFieldAlert { font-size: 12px; font-weight: normal; width: 90%; padding-left: 5px; color: #860F11; background-color: #FFFFCC; }
This is a list menu: .FormListMenu { font-size: 12px; color: #000000; background-color: #FFF; width: 90%; }
This is a Alert List Menu: .FormListMenuAlert { font-size: 12px; color: #860F11; background-color: #FFFFCC; width: 90%; }
This is a Text Area: .FormTextArea { font-size: 10px; font-weight: normal; width: 90%; padding-left: 5px; color: #000; background-color: #FFF; font-family: Arial, Helvetica, sans-serif; }
This is a Alert Text Area: .FormTextAreaAlert { font-size: 10px; font-weight: normal; width: 90%; padding-left: 5px; color: #860F11; background-color: #FFFFCC; font-family: Arial, Helvetica, sans-serif; }
This is a Successful Entry: .FormDataCorrect { font-size: 20px; font-weight: bold; color: #0F0; }
This is a Unsuccessful Entry: X .FormDataError { font-size: 18px; font-weight: bold; color: #F00; }
This is Check Box Group:
.FormCheckBox { font-size: 12px; color: #000000; vertical-align: middle; font-weight: bold; }
This is Radio Button Group:
.FormRadioButton { font-size: 12px; color: #000000; vertical-align: middle; font-weight: bold; }