html { font-size: 100%; /* IE hack */ }
body
{
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Trebuchet MS, MS Trebuchet, Georgia, "Times New Roman", Times, serif;
	background-image: url(/images/header-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
div#container 
{
	font-size: 1.6em;
	margin: 0 auto 0px auto;
	width: 700px;
}
h1#header-logo
{
	background-image: url(/images/addresslock-logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, MS Trebuchet, Georgia, "Times New Roman", Times, serif;
	margin: 50px 0 0 50px;
	padding: 0 0 0 70px;
	font-size: 5em;
	height: 100px;
}
h1#header-logo a 
{
	text-decoration: none;
	color: black;
}
#header-slogan
{
	text-align: center;
	padding: 0;
	font-weight: bold;
	margin: 20px 0;
}
p
{
	padding: 0;
}
#ee dl {
	width: 700px;
	padding: 0;
	margin: 0;
}
#ee dt {
	width: 15em;
	text-align: right;
	font-size: 1em;
position: relative;
}
#ee dd input.input,
#ee dd textarea {
	border: 1px solid #BBB;
}
#ee dd input.input {
	font-size: 1em;
}
#ee dd textarea {
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}
#ee dd {
	position: relative;
	top: -2em;
	left: 15em;
}
.edit-help-icon
{
	font-size: 0.8em;
	display: block;
}
.edit-help
{
	display: block;
	padding: 10px;
	background-color: #FDF9BA;
	font-size: 1.2em;
	width: 320px;
	margin-top: 0.5em;
	border: 1px solid black;
}
.optional 
{
	font-size: 0.8em;
	position: absolute;
	left: 0;
	font-weight: bold;
	color: #999;
}
h3 {
	text-align: center;
}
#see-example 
{
	padding: 1em 0;
	text-align:center;
}
#more-info
{
	display: block;
}
#footer {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color: #555;
}

#footer a {
	color: #55C;
	text-decoration: none;
}
.author-company
{
	display: block;
	font-variant:small-caps;
	font-style:italic;
}
code
{
	font-family: Courier New;
	border: 1px solid orange;
	display: block;
	padding: 10px;
	font-size: 0.7em;
}
.subtle
{
	color: #999;
	font-size: 0.5em;
}
.error {
	color: #FF0000;
}
.js-email {
	font-size: 0.8em;
}
.tiny {
	font-size: 0.7em;
}
