.FormPanelStyle
{
   background-color: transparent;
}

.FormPanelStyle .SubHead
{
   color: #616D7C;
   font-family: arial, sans-serif;
   font-weight: normal;
}

.FormPanelStyle .Normal
{
   color: #616D7C;
   font-family: arial, sans-serif;
   font-weight: normal;
}
.FormPanelStyle .NormalTextBox
{
   background-color: #ffffff;
   border-color: transparent;
   font-family: arial, verdana, sans-serif;
   font-size: 12px;
}

#SubmitButton
{
   width: 100%;
   text-align:center;
}

#ExplainRequired
{
   width: 0px;
   height: 0px;
   visibility: hidden;
}

.Normal.CaptchaStyle
{
   text-align: center;
}

.SubmissionPanelStyle
{
   background-color: transparent;
   border-width: 0px;
   border-style: none;
}

.NormalRed.FormValidationSummaryStyle
{
   padding: 2px;
   font-family: verdana, arial, sans-serif;
   font-size: 10px;
}

A.StandardButton.SendButtonStyle, A:active.StandardButton.SendButtonStyle, A:focus.StandardButton.SendButtonStyle, A:link.StandardButton.SendButtonStyle
{
   color: #616D7C;
   font-family: arial, sans-serif;
   font-weight: bold;
   text-decoration: underline;
}