@import url("base.css");

#info
{
	float: left;
	margin-bottom: 1em;
	text-align: center;
	width: 75%;
}

#contact-ip { font-size: x-small; }

#email-form
{
	clear: left;
	float: left;
	min-width: 30em;
}

* html #email-form { width: 30em; }

#email-form .sent
{
	font-weight: bold;
	margin-top: 5em;
	text-align: center;
}

#email-form table th { width: 9em; }

#email-form table tr.code td
{
	line-height: 20px;
	vertical-align: middle;
}

#email-form .controls { text-align: right; }
#email-form .controls .button { margin: 0 0 0.5em auto; }

#directions
{
	border: 1px solid #34552f;
	float: right;
	font-size: small;
	margin-top: -1em;
	margin-bottom: 1em;
	padding: 0.5em;
	width: 13em;
	min-width: 170px;
	overflow: hidden;
}

#directions .intro
{
	text-align: center;
	width: 100%;
}

#directions .start
{
	margin: 1em 0;
	text-transform: uppercase;
}

#quick-directions
{
	clear: both;
	font-size: small;
}

#quick-directions #map
{
	border: 1px solid #34552f;
	float: right;
	margin: 0 0 0.5em 1em;
}

#quick-directions dl dt { font-weight: bold; }