<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#pagenav {
	background-image: url(images/pagenav_bg_ssl.gif);
	height: 21px;
	padding-top: 49px;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #a1a19b;
	margin-right: 5px;
	padding: 2px;
}

textarea {
	height: auto;
}

input.radio,
input.checkbox {
	border: none;
	margin: 0px;
}

input.submit {
	background: url(images/input_submit_bg.gif) no-repeat left top;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 23px;
	font-weight: normal;
	height: 50px;
	line-height: 1em;
	margin-right: 20px;
	text-align: center;
	width: 296px;
}

input.submit:hover {
	background-position: 0px -60px;
}

div.btn input {
	cursor: pointer;
}

table.form-table th {
	border-bottom: 10px solid white;
	font-weight: normal;
	padding: 5px 5px 5px 20px;
	text-align: right;
	vertical-align: top;
	width: 25%;
	white-space: nowrap;
}

table.form-table td {
	border-bottom: 10px solid white;
	padding: 5px 10px 5px 5px;
	vertical-align: top;
	width: 75%;
}

table.form-table td.e {
	width: 22px;

}
table.form-table td.e img {
	padding-top: 4px;

}
table.form-table td input.size10 {
	width: 60px;
}

table.form-table td input.size18 {
	width: 100px;
}

table.form-table td input.size40 {
	width: 210px;
}

table.form-table td textarea.size40 {
	width: 295px;
}

table.form-table td textarea.size50 {
	width: 367px;
}

table.form-table td span.comment {
	color: gray;
	margin-left: 5px;
}

form div.btn{
	padding: 20px 0px 0px 50px;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 8px;
	padding-top: 8px;
}

body#form pre {
	line-height: 1.8em;
}

div.ssl-mark {
	border: 3px double #ebebeb;
	float: right;
	padding: 5px 10px;
	width: 100px;
	margin-top: 10px;
}

div.ssl-mark p {
	border-top: 1px solid #ebebeb;
	color: #bebebe;
	font-size: 75%;
	line-height: 1.2em;
	margin: 0px;
	padding: 2px;
}

div.ssl-mark-text {
	float: left;
	width: 360px;
}
</pre></body></html>