@import url("base.css");

.error { color: #ff854f; }

.sent
{
	font-size: 105%;
	margin-top: 2em;
	text-align: center;
}

#info { text-align: center; }
#email-form table { width: 100%; }

#email-form table th
{
	text-align: right;
	width: 5em;
}

#email-form table .text-field
{
	/* background: #000;
	border: 1px solid #fff;
	color: #fff; */
	background: #fff;
	border: 1px solid #000;
	color: #000;
	width: 99%;
}

.form-button, #contact-ip
{
	clear: right;
	float: right;
	padding-right: 1%;
	text-align: right;
}

#contact-ip
{
	font-size: 70%;
	font-style: normal;
	margin-top: 0.25em;
}