body {
    font-family: Sans-Serif;
	line-height: 125%;
    font-size: 14px;
	max-width: 800px;
	margin: 0.8em;
	background-color: #F8F6EA;
}
h2 {
	text-align: center;
	line-height: 1.3em;
}
h2 span {
	font-size: 90%;
	font-weight: normal;
	color: #333;
	font-style: italic;
}

div label {
	width: 10em;
	display: inline-block;
	margin-right: 0.5em;
	font-weight: bold;
	color: #191F53;
}
div div label {
	font-weight: normal;
	color: #000;
	width: auto !important;
	display: inline-block;
}
div div.subset {
	margin: -2.5em 0 0 9.5em;
}
div.alert {
	border: 1px solid #333;
	margin: 0.5em;
	padding: 0.5em 1em;
	background-color: #FFC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div {
	display: block;
	padding: 1em;

}
div.a {
	background-color: #F0F0F0;
}
div#form span {
	font-weight: bold;
	display: inline-block;
	background-color: #FFC;
	padding: 0.3em 1em;
	border: 2px solid #CCC
}
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
	margin: 0 1em 0 0.2em;
	border: 1px solid #777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
textarea {
	width: 570px;
	font-family: Serif;
	padding: 3px;
}
input.standard, select {
	width: 14em;
}
input[type="checkbox"] {
	margin: 0.3em 0.3em 0.3em 0.6em ;
}
a {
	color: maroon;
	text-decoration: underline;
	cursor: pointer;
}
fieldset {
	display: block;
	border: 1px solid #333;
	margin: .5em .5em 2.5em .5em;
	padding: 0;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.maroon {
	color: #990a1a;
}

div#logo {
	width: 100%;
	padding: 17px 17px 22px 17px;
	margin: -17px 0 20px -17px;
	background-color: #FFF;
	border-bottom: 1px solid #333;
}