@import url("base.css");

.error
{
	color: #ff0;
	text-align: left;
}

#info
{
	float: left;
	font-size: 90%;
	margin: 3em 0 0 0;
	width: 28%;
}

#info address { margin-bottom: 1.5em; }

#email-form
{
	background: #d7cfa8 url("images/contactbg2.png") repeat-x;
	border: 1px solid #817952;
	color: #fbf9ef;
	margin: 0 0 0 auto;
	padding: 4px;
	text-align: center;
	width: 69%;
}

#email-form table { width: 100%; }

#email-form table th
{
	font-size: 75%;
	text-align: left;
	vertical-align: top;
	width: 8em;
}

#email-form table td { text-align: left; }
#email-form .text-field { width: 99%; }

#email-form input.code
{
	margin-right: 1em;
	width: 7em;
}

#email-form img#anti-spam-code { border: 1px solid #817952; }
#email-form #contact-ip { font-size: 65%; }

#content #email-form p#sent
{
	margin: 6em 0;
	text-align: center;
}