.FormPanelStyle
{
   background-color: White;
   border-width: 0px;
   border-color: Grey;
   border-style: groove;
   padding: 14px;
}

.FormPanelStyle .SubHead
{
   color: Grey;
}

.FormPanelStyle .Normal
{
   color: Blue;
}

.FormPanelStyle .Normal TR TD
{
   /* This is for multiple select items */
   color: Grey;
}

.FormPanelStyle .NormalTextBox
{
   background-color: White;
   color: Black;
}

.SubHead.LabelItemStyle
{
   color: Red;
   background-color: Blue;
   font-size: 24px;
   font-weight: bold;
}

.Normal.CaptchaStyle
{
   text-align: center;
   background-color: White;
   padding: 10px;
   border-color: grey;
   border-width: 0px;
   border-style: outset;
}

.Normal.CaptchaStyle div
{
   color: Blue;
}

.Normal.CaptchaStyle input
{
   background-color: Grey;
   color: Black;
}

.SubmissionPanelStyle
{
   background-color: Maroon;
   border-width: 3px;
   border-color: Red;
   border-style: inset;
   padding: 14px;
}

.SubmissionPanelStyle .Normal
{
   background-color: Navy;
   color: Yellow;
}

.SubmissionPanelStyle .SubHead
{
   color: Yellow;
   white-space: nowrap;
}

.SubmissionPanelStyle .Normal .ListStyle
{
   list-style-type: square;
   margin-left: 50px;
   color: White;
   border-color: Aqua;
   border-width: 5px;
   border-style: dashed;
   padding: 25px;
   font-size: 9px;
}

.SubmissionPanelStyle .Normal A, .SubmissionPanelStyle .Normal A:active, .SubmissionPanelStyle .Normal A:focus, .SubmissionPanelStyle .Normal A:link
{
   color: Aqua;
   text-decoration: underline;
}

.SubmissionPanelStyle .Normal A:hover
{
   text-decoration: overline;
}

.CommandButton.SendButtonStyle
{
   font-weight: bold;
}

A.CommandButton.SendButtonStyle, A:active.CommandButton.SendButtonStyle, A:focus.CommandButton.SendButtonStyle, A:link.CommandButton.SendButtonStyle
{
   color: Orange;
   text-decoration: none;
}

A:hover.CommandButton.SendButtonStyle
{
   text-decoration: underline;
}

.StandardButton.SendButtonStyle
{
   background-color: White;
   color: Navy;
   border-top: solid 1px black;
   border-left: solid 1px black;
   border-bottom: solid 1px black;
   border-right: solid 1px black;
   padding: 4px;
}

A.StandardButton.SendButtonStyle, A:active.StandardButton.SendButtonStyle, A:focus.StandardButton.SendButtonStyle, A:link.StandardButton.SendButtonStyle
{
   color: Orange;
   text-decoration: none;
}

A:hover.StandardButton.SendButtonStyle
{
   text-decoration: underline;
}

.NormalRed.FormValidationSummaryStyle
{
   border-width: 2px;
   border-color: Aqua;
   border-style: dotted;
   margin: 4px;
   padding: 2px;
   background-color: Yellow;
}
