body {
	background: #002F0B;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #FFF;
}

#framing, #demo {
	margin: 0 auto;
	width: 968px;
	height: 660px;
	position: relative;
}
#framing { background: url('/images/marketing-layout.jpg') no-repeat 0 -41px; }
#demo { background: url('/images/marketing-layout.jpg') no-repeat 0 -701px; }
#sidebar {
	float: right;
	width: 200px;
	position: relative;
	top: 75px;
	right: 22px;
}
#sidebar a,
#sidebar a:link,
#sidebar a:visited,
#sidebar a:hover,
#sidebar a:active {
	color: #69BB44;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #B9DFA8;
}

.highlight { color: #69BB44; }
#launch-date { font-size: 24px; margin: 5px 0 20px 0; }
.email-textbox { width: 90%; }
#submit { margin: 15px auto; text-align: center; }
.khph-slogan {
	padding: 0;
	margin: 0;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
}
#khph-left {
	position: absolute;
	bottom: 10px;
	left: 15px;
}
#khph {
	background: url('/images/marketing-layout.jpg') no-repeat 0 0;
	width: 257px;
	height: 32px;
	text-align: center;
	color: #232371;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	left: 210px;
}
#khph-right {
	position: absolute;
	bottom: 10px;
	left: 470px;
}
#khph a:hover {
	color: #356E1A;
}

#footer {
	margin: 0 auto;
	padding: 10px;
	width: 700px;
	text-align: center;
	color: #707876;
}
#footer a:hover, #footer a:hover em {
	color: #B9DFA8;
	text-decoration: underline;
}

/* DEMO */

#notes {
	width: 925px;
	position: absolute;
	bottom: 15px;
	left: 25px;
	margin: 0 auto;
	color: #69bb44;
	font-size: 13px;		
}
#notes p { margin: 0; padding: 3px 0;}

#dr { margin: 0; padding: 0; color: #FFF; }
#dr label { display: inline; padding: 0 5px; font-size: 13px; }
#dr {
	position: absolute;
	right: 50px;
	top: 50px;
}
#dr div.form-field {
	padding: 1px 0;
	text-align: right;
}
#dr select, #dr option { font-size: 13px; }
#dr input[type='text'], #dr select { margin: 0; padding: 0 0 0 2px; width: 175px; }
#dr .error { color: #002F0B; }
input { margin: 0; padding: 0 0 0 2px; width: 175px; font-size:13px; height:13px; margin-bottom:-3px }
select {margin: 0; padding: 0 0 0 2px; width: 175px;}
div.fieldWithErrors { display: inline; }
div.fieldWithErrors input[type='text'] { background: #B9DFA8; }