body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #333 url('/img/horenovationtile.gif') repeat top left;
}

#head {
	position: relative;
	padding: 0;
  	width: 786px;
	height: 41px;
  	background: #333 url('/img/hotopbg.gif') no-repeat top left;
	}

#wrap {
	position: relative;
	margin: 15px auto 0 auto;
	padding: 0;
	text-align: left;
  	width: 786px;
  	background: #333 url('/img/howrapbg.gif') repeat-y;
	}

#leftcol {
	float: left;
	width: 350px;
	padding: 60px 0 0 25px;
}

#rightcol {
	float: right;
	width: 310px;
	padding: 25px;
}

#foot {
	position: relative;
	margin: 0 auto;
	clear: both;
	margin-top: 1px;
	padding: 0;
  	width: 786px;
	height: 41px;
  	background: #333 url('/img/hobottombg.gif') no-repeat top left;
}

.error  {
	color: white;
	border: 1px solid #666;
	background-color: red;
	padding: 3px;
}

.smallprint {
	font-size:80%;
}

h2 {
	font-size: 90%;
	margin-top: 20px;
}

#prelaunchemail {
	width: 200px;
	padding: 2px;
	font-size: 1.0em;
}

#prelaunchsubmit {
	padding: 1px;
	font-size: 1.0em;
	border: 1px solid #333;
	background-color: #ccc;
	}