@charset "utf-8";
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* ------------------------- html5 display rule ----------------------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
p.IP {
	display: none;
}
body {
	font-family: "Century Gothic", sans-serif;
	font-size: 62.5%;
	color: #3F3F3F;
	background-image: url(../_img/seed.jpg);
	background-repeat: no-repeat;
	background-position: center 45px;
	padding: 4em 7em 3em;
}
.clear {
	clear: both;
}
ul.list {
	list-style: none;
	color: #333;
	text-align: right;
	position: absolute;
	top/* bottom */: 40px/* 15px */;
	right: 50px;
	/* left: 15px; */
}
ul.list li {
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: .05em;
	/* display: inline; */
}
ul.list li.mh {
	font-size: 1.5em;
	color: #069;
	padding-bottom: .5em;
	letter-spacing: 0em;
}
p {
	font-size: 2.3em;
	margin-bottom: 1.6em;
}
.o {
	color: #F7931E;
}
.soon {
	color: #366;
	font-size: 2.5em;
	margin-top: 4em;
	margin-bottom: 3em;
}
.mt {
	font-size: 2em;
	color: #6E1B2F;
	margin-bottom: 0px;
}
.formIntro {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: .5em;
	color: #4F526E;
}
form {
	width: 30em;
	float: right;
	margin-top: -.5em/* -25em */;
}
form ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
form li {
	font-size: 1.3em;
	color: #4F526E;
	line-height: 2.5em;
	margin-left: 0px;
	padding-left: 0px;
	clear: both;
	/* position: relative; */
}
form li.min {
	height: 1.4em;
}
form li.max {
	height: 3em;
}
form li.textarea {
	height: 9.5em;
}
label {
	width: 3.8em;
	padding-left: .5em; padding-right: .5em;
/*	float: left;
*/	background-color: #FFF;
}
input[type=text], input[type=email] {
/*	float: right;
*/	width: 21em;
	background-color: transparent;
}
label.textarea {
	float: none;
	width: 20em;
}
textarea {
	width: 300px;
	clear: both;
	margin-top: .5em;
	background-color: transparent;
}
input[type="checkbox"] {
	width: 30px;
	float: left;
}
label.ch {
	float: left;
	width: 17em;
}
input[type="submit"] {
	font-size: 1.4em;
	margin-top: 0.5em;
	float: right;
	color: #2D3A93;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
input[type=text]:focus, textarea:focus {
	background-color: #FFC;
}
p.required, label.required {
	font-weight: bold;
}
p.required {
	font-size: 1.2em;
	text-align: right;
	margin-bottom: 1em;
}
.submittedText {
	font-size: 1.4em;
	line-height: 2em;
	color: purple;
	position: absolute;
	top: 280px;
	left: 340px;
}
.webCSS {
	display: none;
}