div#contact {
	position: relative;
	background-color: #DAE2EF;
	border: 1px solid #0C62AF;
	margin: 0 0 1em 0;
	padding: 1em;
	color: #0C62AF;
}

div#contact form, div#contact fieldset {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}

div#contact input#name, div#contact input#email, textarea {
	border: 1px solid #0C62AF;
}

div#contact label, div#contact fieldset div, th {
	color: #0C62AF;
}

fieldset {
	text-align: center;
}

div#contact fieldset div.content {
	position: relative;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 40em;
}

div#contact label {
	font-weight: bold;
}

div#contact fieldset th {
	vertical-align: top;
}

div.reg-help {
	margin-top: 0.2em;
	font-size: 80%;
}

div#contact th {
	font-weight: bold;
	text-align: right;
	padding-right: 0.2em;
}

div#banner-center {
	position: relative;
	text-align: center;
	margin: 0 130px 1em 0;
	_margin: 0 0 1em 0;
	height: 60px;
}

div#contact span.submit {
	position: relative;
	top: 4px;
}

