@import url("base.css");

.agreement p { text-align: justify; }
.agreement blockquote { font-weight: bold; }

fieldset
{
	border: 1px solid #000;
	margin: 0 0 1em 0;
	padding: 0.5em;
}

fieldset legend
{
	font-weight: bold;
	margin: 0 0 1em 0;
}

.required
{
	color: #fe0;
	font-weight: bold;
}

table th { text-align: left; }
.controls { text-align: right; }

.agreement .controls
{
	margin-top: 1em;
	text-align: left;
}

#contact-ip
{
	font-size: 70%;
	font-style: normal;
	margin-top: 0.5em;
}

.sent
{
	font-size: 110%;
	text-align: center;
}

#receipt table { width: 100%; }

#receipt table th
{
	padding-right: 1em;
	width: 15%;
}