@import url("base.css");

.error { color: #f00; }

.contact
{
	margin-bottom: 1em;
	text-align: center;
}

.text-field
{
	background: #fff;
	border: 1px solid #cebf5c;
	color: #004200;
	padding: 2px;
	width: 75%;
}

.sent
{
	font-size: 105%;
	font-weight: bold;
	margin: 2em 0;
	text-align: center;
}

#email-form table { width: 100%; }

#email-form table th
{
	font-size: smaller;
	padding-right: 0.5em;
	text-align: right;
	width: 22%;
}

.anti-spam-code
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.anti-spam-code input { width: 15%; }

#content .anti-spam-code img
{
	background: #fff;
	border: 1px solid #cebf5c;
	display: inline;
	margin: 0;
	position: relative;
	top: 4px;
}

#email-form table .controls { text-align: center; }
#email-form table .controls td { padding-top: 0.75em; }
#email-form table .controls .button { font-weight: bold; }

#contact-ip
{
	font-size: x-small;
	font-style: normal;
}



