body {
	background-color: #777777;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	margin: 0px;
	height: 100%;
}

hr {
	color: #444444;
	border: 1;
	width: 80%;
}

#topshelf {
	height: 20px;
	background-color: #444444;
	color: white;
	padding-left: 5px;
	padding-top: 2px;
	border-bottom: white 1px solid;
	}

#topleft {
	float: left;
	}

#topright {
	float: right;
	padding-right: 20px;
	}


#bottomshelf {
	background-color: #777777;
	height: 100%;
	padding-top: 2px;
	padding-left: 2px;
	text-align: center;
	}

#results { 
	margin-left: 2px;
}

a {
	color: white;
	}


.box {
	position: absolute;
	top: 30px;
	right: 20px;
	border: 1px solid white;
	background-color: #444444;	
	padding: 2px;
	}


input {
	border: 1px solid white;
	background-color: #444444;
	color: white;

	}

#uploadfile {
	border: 1px solid white;
	background-color: #444444;
	color: black;
	}

.button {
	border: solid 1px white;
	margin-top: 1px;
	}

img {
	border: none;

	}
