.progresscontainer {
	position: relative;
	left:10em;
	top:0px;
	width: 400px;
	height: 20px;
	background-image: url(progress.png);
}

.progressbar {
	width: 0px;
	height: 20px;
	background-color: black;
}

body {
	margin-top: 0;
	margin-left: 20px;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	color: blue;
	/* background-color: #4a525a; /* dark blue slate thing from daringfireball.net */
}

h1 {
	margin-top: 10px;
}

div.inputhead {
	font-size: small;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	color:blue;
	/* background-color: #4a525a; */
}

.input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: small;
}

.data {
	margin-left: 20px;
	color: blue;
	/* background-color: #4a525a; */
	
}

