body.landingPage {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	background-color: #ffe;
	color: #555;
}
a:link, a:visited {
	color: #4d8abd;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC3300;
}
.landingPage .container {
	margin: 0px auto;
	width: 960px;
}
.landingPage .content {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #999;
	background-color: #fff;
}
.landingPage .container .content .demoForm {
	width: 450px;
	font-size: 1.1em;
}
.blue {
	color: #4d8abd;
}
h1, h2, h3 {
	line-height: 1.5em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
	color: #4d8abd;
}
h3 {
	margin: 0;
	font-size: 1.3em;
	color: #CC3300;
}
ul {
	list-style-image: url(images/red_checkmark.png);
	margin: 0 20px;
	padding-left: 20px;
}
li {
	margin-bottom: 20px;
}
.quote {
	color: #4E8ABE;
}
.big {
	font-size: 2em;
}
/*.benefits h3 {
	background-image: url("images/red_checkmark.png");
	background-repeat: no-repeat;
	padding-left: 30px;
}*/
.benefits {
	margin-left: 5px;
}
input, textarea {
	font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #999;
}
.privacy {
	margin-top: 10px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
.footer {
	font-size: 0.9em;
	color: #999;
}
