.p-form{
	padding: 2em;
	border: double 3px #ddd;
	margin-bottom: 2em;
}

.p-form h2{
	font-size: 110%;
	font-weight: bold;
	color: #000;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
}

.p-form p:last-child{
	margin-bottom: 0;
}

.p-form i{
	margin-right: 0.5em;
}

.p-form a{
	font-size: 110%;
}

table.contact
{
	border-collapse: collapse;
	margin: 20px 0;
}

table.contact tr
{border-bottom: solid 1px #999;}

table.contact tr:nth-child(1)
{border-top: solid 1px #999;}

table.contact th, table.contact td
{
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

table.contact th
{
	width: 20%;
	font-weight: bold;
}

table.contact td
{
	padding-left: 20px;
}

table.contact input[type="text"], textarea
{width: 400px;}

textarea
{height: 15em;}

section.pp ol
{
	padding: 0.5em 1em 1em;
	margin: 0 1em;
	list-style-position: outside;
}

section.pp ol li
{list-style-type: decimal; margin-bottom: 0.5em;}

section.pp span.hd
{
	font-weight: bold;
	color: #205727;
}

section.pp ol li > ol li
{list-style-type:lower-alpha;}