/* CSS Document */

html
{
	width:		100%;
	height: 	100%;
}

body 
{
	margin: 	0px;
	width:		100%;
	height:		100%;
	
	font-family: verdana;
	font-size: 	.7em;
}

#mapContainer 
{
	position: 	absolute;
	z-index: 	1;
	top:		0px;
	left:		0px;
	
	width:		100%;
	height:		100%;
	
	background-color: navy;
}

#form, #show 
{
	position: 	absolute;
	overflow: 	auto;
	z-index: 	10;
	top:		80px;
	left:		0px;
	width:		190px;
/*	height:		70%;*/
	
	padding:	5px;
	text-align: justify;
	
/*	background-color: #F2EFE9;*/
	background-image: url(/bg.png);
	border: 1px #97B7D6 dotted;
	border-left-width: 0px;
}

#form select {
	width:		175px;
}

#show 
{
	width:		16px;
	height:		16px;
	z-index: 	9;
	overflow: 	hidden;
	display: 	none;
}

#hide
{
	float:		right;
	margin-left: 5px;
}

#info
{
	padding-top: 10px;
}

/* should be html defaults */

img
{
	border-width: 0px;
}
