﻿@import url("base.css");

.error { color: #f00; }
#ValSum { margin-left: 4.5em; }

#content .instructions
{
	font-size: small;
	margin-bottom: 0.5em;
	text-align: right;
}

.info
{
	margin-bottom: 1em;
	text-align: center;
}

.info address { font-style: normal; }

#content p.sent
{
	font-size: larger;
	font-style: italic;
	margin-top: 5em;
	text-align: center;
}

#email-form table
{
	margin: 0 auto;
	width: 75%;
}

#email-form table th
{
	text-align: left;
	width: 10em;
}

.text-field { width: 99%; }
.anti-spam-code .text-field { width: auto; }

.anti-spam-code img
{
	border: 1px solid #4b728b;
	float: right;
}

.controls td
{
	padding-top: 1em;
	text-align: right;
}

#contact-ip
{
	font-size: x-small;
	font-style: normal;
	margin-top: 1em;
}