﻿.AlertText
{ 
    color:Red;
}

.CommandFrame, .CommandFrameRight
{
    padding-top:5px;
    padding-bottom:5px;
}

.CommandFrameRight
{
   text-align:right;
}

.ErrorMessage
{
    color:Red;
}

.FieldName
{
}

.FieldInput
{
}

.FieldValidationMark
{
    color: Blue;
}

.InstructionText
{
    color: Blue;
}

.Label
{
    font-weight:bold;
    font-size:9pt;
}

.Paragraph
{
    margin-bottom:10px;
}

.SectionHeader
{
    padding-top:10px; 
    padding-bottom:5px; 
    font-size:large; 
    font-weight:bold;
}

