﻿@import url("base.css");

#content .metro-mike
{
	float: left;
}

#content .contact
{
	float: right;
	font-size: 0.85em;
	text-align: center;
	width: 40%;
}

#content .contact address { margin-bottom: 1em; }

#content .contact address, #content .contact .phone
{
	margin-left: auto;
	margin-right: 0;
	width: 65%;
}

#email-form table { width: 58%; }

#email-form th
{
	font-size: 0.75em;
	padding-right: 0.75em;
	text-align: right;
	width: 26%;
}

#email-form td .text-field { width: 99%; }
#email-form .anti-spam-code .text-field { width: auto; }
#email-form .instructions { font-size: 0.8em; }
#email-form .controls { text-align: center; }

#email-form .controls .button
{
	margin: 0.5em auto;
	width: 40%;
}

#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;
}