@charset "UTF-8";
.privacyscroll {
	height: 300px;
	overflow: scroll;
	padding: 15px;
	border: 1px solid #666;
}
.privacyscroll h3 {
	margin-bottom: 10px;
}
.privacyscroll h4 {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
}
.privacyscroll p {
	padding-bottom: 1em;
	padding-left: 15px;
	font-size: 80%;
	line-height: 1.6em;
}
.privacyscroll ol {
	margin-bottom: 1em;
	margin-left: 30px;
	font-size: 80%;
	line-height: 1.3em;
}
.privacyscroll ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 5px;
}
.formcaution {
	font-size: 80%;
	color: #930;
}
.contactform {
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 420px;
}
.contactform tr th {
	vertical-align: top;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.contactform tr td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.msg {
	margin: 20px;
}
.contactcaution {
	font-size: 90%;
	line-height: 1.5em;
}
