body {
	margin:0;
	font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background:url(images/Orion_1440.jpg);
	background-position:center top;
	background-color:black;
}
#main {
	width:400px;
	margin:0 auto;
	margin-bottom:20px;
	padding:10px;
	border:1px solid #000;
	border-top:0;
	background:url(images/boxbg.png);
	text-shadow: white 0px 1px 1px;
}
.title {
	text-align:center;
	width:100%;
	font-size:30px;
	margin-bottom:15px;
}
label {
	padding-top:2px;
	float:left;
	clear:left;
	font-size: 1.1em;
	margin-bottom:10px;
}
input {
	float:right;
	clear:right;
	font-size: 1.1em;
	width:190px;
	margin: 0px 0px 10px 0px;
	background:white;
	border:1px solid black;
	line-height:1.2em;
	text-align:right;
}
input[type="submit"] {
	background-color:white;
	border:1px solid black;
	font-size:1.1em;
	padding-top:3px;
	width:100px;
	text-align:center;
}

.section {
	padding:5px;
	clear:both;
}
#result-data {
	line-height:1.3em;
	margin-bottom:5px;
}
h2, h3, h4, h5 {
	clear:left;
	margin:0;
	margin-bottom:5px;
}
.clear {
	clear:both;
}
.copy {
	font-size:.7em;
	width:100%;
	text-align:center;
}
