body{
	background: url(ODNback3.png) repeat;
	font-weight: bold;
}
div.main{
	float: left;
	background: #343434;
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-right: 15%;
	padding: 20px;
	padding-bottom: 100px;
	border: 1px solid #000000;
}
.main A:link {text-decoration: underline; color: #e15010;}
.main A:visited {text-decoration: underline; color: #e15010;}
.main A:active {text-decoration: underline; color: #e15010;}
.main A:hover {text-decoration: underline; color: #c1450e;}
div.content{
	width: 594px;
	margin-left: auto;
	margin-right: auto;
	background: #DDDDDD;
	padding: 10px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e15010;
	border-left: 1px solid #e15010;
	border-right: 1px solid #e15010;
}
div.formleft{
	width: 15%;
	float: left;
	margin: 5px;
	line-height: 22px;
}
div.formright{
	float: left;
	margin: 5px;
}
div.formbottom{
	float: left;
	clear: both;
}
div#simpletechform{
	padding: 5px;
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	background: #cdcdcd;
	border: 1px solid #000000;
}
div.disclaimer{
	padding: 5px;
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	background: #cdcdcd;
	border: 1px solid #000000;
	font-weight: normal;
	font-size: 80%;
	margin-bottom: 35px;
}
span.small{
	font-weight: normal;
}
div.results{	
	padding: 5px;
	background: #cccccc;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	
}

