body {
	margin: 0;
	height: 100%;
	background: gray;
}

div#container {
	position: absolute;
	width: 100%;
	height: 100%;
}

div#divMap {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 1;
}

div#toolbox {
	position: relative;
	width: 175px;
	float: right;
	z-index: 2;
	margin: 32px 7px 0px 0px;
	background: white;
	border: 1px solid black;
}

div#swap, p, input, div.info {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 75%;
	margin: 7px 10px 8px 10px;
}

input {
	margin: 0 0 0 10px;
	padding: 0;
}

input.button {
	font-size: 75%;
	width: 45px;
	margin: 0;
}

input.text {
	width: 85px;
}

div#swap {
	width: 85px;
	font-size: 75%;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0 12px;
	background: silver;
	position: relative;
}

/* eof */

