.FormPanelStyle
{
   width: 300px;
   background-color: none;
   padding: 14px;
}

table.FormPanelStyle
{
   width: 400px;
}

.FormPanelStyle .SubHead
{
   color: #666666;
   font-family:  'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
   font-weight: normal;
   font-size: 12px;
}

.FormPanelStyle .Normal
{
   color: #a5a5a5;
}

.FormPanelStyle .Normal tr td
{
   /* This is for multiple select items */
   color: #a5a5a5;
}

.FormPanelStyle .NormalTextBox
{
   background-color: #f2f2f2;
   color: #666666;
}

.SubHead.LabelItemStyle
{
   font-weight: normal;
}

.Normal.CaptchaStyle
{
   text-align: center;
   background-color: Maroon;
   padding: 10px;
   border-color: Black;
   border-width: 3px;
   border-style: outset;
}

.Normal.CaptchaStyle div
{
   color: Lime;
}

.Normal.CaptchaStyle input
{
   background-color: Blue;
   color: Yellow;
}

.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
{
   display: block !important;
   float: left !important;
   width: 102px;
   height: 27px;
   color: #555 !important;
   border: none !important;
   text-decoration: none;
   background: url(images/button_play.jpg) no-repeat !important;
   text-align: center;
   font-weight: normal;
   line-height: 20px;
}

a:hover.CommandButton.SendButtonStyle
{
	display: block !important;
    float: left !important;
	width: 102px;
	height: 27px;
	background: url(images/button_play.jpg) bottom left no-repeat !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    line-height: 20px;
}

.StandardButton.SendButtonStyle
{
   background-color: #a5a5a5;
   color: Navy;
   border-top: solid 1px black;
   border-left: solid 1px black;
   border-bottom: solid 3px black;
   border-right: solid 3px 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;
}