﻿@import url("base.css");

#ValSum { margin-left: 8em; }

#content .contact
{
	margin-bottom: 1.5em;
	text-align: center;
}

#email-form .sent
{
	font-size: medium;
	font-weight: bold;
	margin-top: 3em;
	text-align: center;
}

#email-form table
{
	margin: 0 auto;
	width: 65%;
}

#email-form table th
{
	text-align: left;
	width: 30%;
}

#email-form table td { width: 70%; }
#email-form table td .text-field { width: 99%; }
#email-form table .anti-spam-code .text-field { width: auto; }
#email-form table .controls { text-align: center; }

#email-form #contact-ip
{
	clear: both;
	font-size: x-small;
	font-style: normal;
	margin-top: 0.5em;
}