<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* online submissions */
.pnlThankYou {color: #fff; padding: 10px; font-size: 2em;}
.validatorFont {background-color: red; color: #fff !important; padding: 5px; font-size: 9pt; font-weight: bold;}
.onlineSubmissionBox 
{
	color: #fff;
	width: 100%;
	padding: 15px 25px 15px 15px;
    border-radius: 10px;
    margin: 25px 0 50px 0;
}
.onlineSubmissionBox p
{
	margin: 0 0 10px;
	padding: 0;
}
.onlineSubmissionBox h2
{
	color: #fff !important;
}
.isRequired {color: #fff;}
.buttons
{
	padding: 5px 15px 5px 15px;
	border-right: lightsteelblue thin outset;
	border-top: lightsteelblue thin outset;
	font-size: 10pt;
	border-left: lightsteelblue thin outset;
	clip: rect(auto auto auto auto);
	color: black;
	line-height: 16px;
	border-bottom: lightsteelblue thin outset;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #f3f3f3;
	text-decoration: none;
	cursor: pointer;
}
.buttons:hover
{
	color: black;
}
.sf_CaptchaImage
{
	float: left;
	margin-right: 25px !important;
}

</pre></body></html>