<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	background-image: url(../cr_img/request_back.gif);
	background-repeat: repeat-x;
	font-size: 90%;
	color: #333;
}
a:link {
	text-decoration: underline;
	color: #6666CC;
}
a:visited {
	text-decoration: underline;
	color: #996699;
}
a:active {
	text-decoration: underline;
	color: #FF6699;
}
a:hover {
	text-decoration: underline;
	color: #FF6699;
}
.container {
	width: 700px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.container h1 {
	font-size: 160%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: bold;
	margin-bottom: 30px;
}
.container .thanks_block {
	background-repeat: no-repeat;
	background-image: url(../cr_img/form_thanks-back.jpg);
	height: 220px;
	padding-left: 250px;
	padding-top: 50px;
}
.container .thanks_block p {
	margin-bottom: 10px;
}
.redTxt {
	color: #C00;
}
#menu-table {
	width: 100%;
	font-size: 100%;
	margin-top: 50px;
}
#menu-table th, #menu-table td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#menu-table th {
	font-weight: bold;
	width: 200px;
	vertical-align: top;
}
#menu-table p {
	margin-bottom: 10px;
}
.sub_bt {
	background-color: #85B200;
	padding: 10px;
	margin-right: 20px;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 150px;
}
.reset_bt {
	padding: 10px;
	background-color: #CCC;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
</pre></body></html>