﻿@import url("base.css");

.error { color: #f00; }

#content p.location
{
	border-bottom: 1px solid #000;
	padding-bottom: 1em;
}

#content .contact
{
	float: right;
	font-size: 0.8em;
	margin-top: 1em;
	text-align: center;
	width: 32%;
}

#content .contact .name { color: #d09d41; }
#content .contact address { margin-bottom: 1em; }

#email-form { margin-top: 1em; }
#email-form table { width: 66%; }

#email-form th
{
	font-size: 0.75em;
	padding-right: 0.75em;
	text-align: right;
}

#email-form td .text-field { width: 99%; }
#email-form .anti-spam-code .text-field { width: auto; }
#email-form .controls { text-align: right; }
#email-form .controls .button { margin: 0.5em auto; }

#email-form .sent
{
	font-weight: bold;
	margin: 3.5em 0 0 0;
	text-align: center;
}

#email-form #contact-ip
{
	font-size: x-small;
	font-style: normal;
	margin-top: 0.5em;
}