@import url("base.css");

.error { color: #f00; }
#ValSum { text-align: left; }
#info address { font-style: normal; }

#email-form { text-align: right; }
#email-form table { width: 100%; }

#email-form table th
{
	font-size: 80%;
	text-align: left;
	width: 6em;
}

#email-form #sent
{
	font-size: 115%;
	margin-top: 2em;
	text-align: center;
}

.text-field
{
	border: 1px solid #22235e;
	width: 99%;
}

#contact-ip
{
	font-size: 70%;
	font-style: normal;
}