@charset "utf-8";

ul.privacyList {
}

ul.privacyList
li {
	margin: 2em 0;
}

ul.privacyList
li
h2 {
	color: #663300;
	font-size: 1.1em;
	margin: 0.6em 0;
}

span.must {
	color: #CC0000;
	font-weight: bold;
}

p.errormsg,
p.confirm {
	color: #CC0000;
}

table.formTable {
	width: 100%;
	border-collapse: collapse;
}

table.formTable
th,
table.formTable
td {
	padding: 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #aaa;
}

table.formTable
th {
	white-space: nowrap;
	text-align: left;
	width: 30%;
}

table.formTable
td
input,
table.formTable
td
textarea {
	width: 95%;
	padding: 3px;
}

p.submit {
	margin: 15px;
}
