﻿.logo {
	float: left;
}

body {
	background-image: url('Bkgnd.gif');
	background-repeat: repeat;
	text-align: left;
	position: relative;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: 900;
	color: #000000;
}
.InputList {
	padding: 5px;
	border-style: groove;
	border-width: medium;
	margin: 10px;
	position: relative;
	left: 50px;
	float: left;
	top: 10px;
}
.nowrap {
	clear: both;
}
.Box {
	padding: 5px;
	border-style: groove;
	border-width: medium;
	margin: 10px;
	float: left;
}

