/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: small;
	font-family: "San Francisco", "Lucida Grande", Lucida, Verdana, sans-serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	background-color: #385487;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

div#Content {
	width: 45em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	background: #F0F0F0 url(background.png) repeat;
}

h1 {
	width: 100%;
	color: black;
	text-align: center;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
	border-bottom: 1px solid #9a9a9a;
	line-height: 2;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	background: #F0F0F0 url(title.png) repeat-x 0 bottom;
	margin-bottom: 0.5em;
}

div.FormField label {
	display: block;
	float: left;
	width: 10em;
	padding: 0.3em 0.3em;
	text-align: right;
}

div.FormField p {
	padding: 0.3em 0.3em;
}

div.FormComment {
	padding: 0.5em 0 0 10.6em;
}

div.FormComment p {
	font-size: 85%;
}

div.FormSubmit {
	padding: 0.5em 0 0 10.3em;
}

select {
	font-size: 120%;
}

div.Section {
	border-bottom: 1px solid #9a9a9a;
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding: 1em 0;
}

div.Message p {
	padding-bottom: 1em;
	line-height: 130%;
}

div.Trailer {
	text-align: center;
	padding: 1em;
}
