<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form_simple .formTitle
{
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 1em;
}
.form_simple .form
{
	padding: 10px 5%;
}
.form_simple .form .body label
{
	display: block;
	margin: 6px 0px 2px 4px;
	font-size: 95%;
}
.form_simple .form .body input[type='text'], .form_simple .form .body input[type='password'], .form_simple .form .body select, .form_simple .form .body textarea
{
	border: solid 1px #aaa;
	font-family: Verdana, Sans-Serif;
	font-size: 1.25em;
	padding: .4em .2em;
}
.form_simple .textInput input
{
	width: 98%;
	background: #fff url('../../../../../File/embedded/MailForm/Assets/Images/input_drop_shadow.png') top right no-repeat;
}
.form_simple .form .body ul
{
	margin: 5px 10px;
	padding: 0px;
}
.form_simple .form .body li
{
	list-style-type: none;
	padding: 2px 0px;
}
.form_simple .form .body li label
{
	display: inline;
	font-weight: normal;
	padding: 0px 5px;
}
.form_simple .form .body select
{
	max-width: 98%;
	padding: 0;
}
.form_simple .form .body textarea
{
	width: 98%;
	height: 140px;
	background: #fff url('../../../../../File/embedded/MailForm/Assets/Images/input_drop_shadow.png') top right no-repeat;
}
.form_simple .form .body input[type='button']
{
	display: block;
	margin: 0 8px 0 auto;
	font-weight: bold;
	border: none;
	padding: 3px 30px;
}
.form_simple .submitButtonContainer
{
	margin: 10px 0px;
}
.form_simple .form .errorMessage, div.validation-summary-errors
{
	color: #880d0d;
}
.form_simple .form .body .textInput .error, .form_simple .form .body .input-validation-error
{
	background: #ff9999 url('../../../../../File/embedded/MailForm/Assets/Images/input_drop_shadow_error.png') top right no-repeat;
}
</pre></body></html>