#wc_output
{ width: 100%;
  heigth: 200px;
  overflow: auto;
  border: solid 1px;
}

form.inactive
{ color: #ccc;
}

#preview h1,address
{ display: none;
}

#top h1 {
	font-family: "Sniglet";
	font-size: 48pt;
	text-align: center;
	width: 100%;
}

#map {
	width: 75%;
	float: left;
	height: 400px;
	border: 1px solid black;
	background-color: bisque;
	margin-left: 20px;
}

#inventory {
	width: 20%;
	float: right;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 2px dotted black;
	clear: right;
	background-color: rgb(220, 252, 220);
}

.map_section {
	background-color: #CCC;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	height: 420px;
}

#output {
	width: 100%;
}

#error_area {
	width: 100%;
}

#input_area {
	float:left;
	clear: both;
	width: 100%;
}

#input_area input {
	width: 80%;
}