@import url("base.css");

#ValSum { margin-left: 37%; }
.instructions, .sent { text-align: center; }

.sent
{
	font-weight: bold;
	margin: 5em 0;
}

#email-form table
{
	margin: 0 auto;
	width: 40%;
}

#email-form table th
{
	font-size: 0.75em;
	text-align: left;
	width: 25%;
}

#email-form table .text-input { width: 99%; }
#email-form table .anti-spam-code .text-input { width: auto; }
#email-form table .controls td { text-align: center; }

#contact-ip
{
	font-size: 0.7em;
	font-style: normal;
	margin-top: 0.5em;
}